日本综合一区二区|亚洲中文天堂综合|日韩欧美自拍一区|男女精品天堂一区|欧美自拍第6页亚洲成人精品一区|亚洲黄色天堂一区二区成人|超碰91偷拍第一页|日韩av夜夜嗨中文字幕|久久蜜综合视频官网|精美人妻一区二区三区

RELATEED CONSULTING
相關(guān)咨詢
選擇下列產(chǎn)品馬上在線溝通
服務(wù)時(shí)間:8:30-17:00
你可能遇到了下面的問題
關(guān)閉右側(cè)工具欄

新聞中心

這里有您想知道的互聯(lián)網(wǎng)營銷解決方案
Python系統(tǒng)性能信息模塊psutil安裝報(bào)錯(cuò)解決一例-創(chuàng)新互聯(lián)
今天在執(zhí)行python腳本時(shí)報(bào)如下錯(cuò)誤:
[root@localhost ~]# python mysql_watcher.py -p dbset.ini
Traceback (most recent call last):
  File "mysql_watcher.py", line 17, in
    import psutil
ImportError: No module named psutil
經(jīng)查詢,psutil是python的系統(tǒng)性能信息模塊,正確的安裝方法如下:
[root@localhost ~]# yum install python-setuptools
Loaded plugins: fastestmirror, refresh-packagekit, security
Loading mirror speeds from cached hostfile
 * base: mirror.bit.edu.cn
 * extras: mirrors.btte.net
 * updates: mirror.bit.edu.cn
Setting up Install Process
Resolving Dependencies
--> Running transaction check
---> Package python-setuptools.noarch 0:0.6.10-3.el6 will be installed
--> Finished Dependency Resolution
Dependencies Resolved
=============================================================================================================================================================
 Package                                     Arch                             Version                                   Repository                      Size
=============================================================================================================================================================
Installing:
 python-setuptools                           noarch                           0.6.10-3.el6                              base                           336 k
Transaction Summary
=============================================================================================================================================================
Install       1 Package(s)
Total download size: 336 k
Installed size: 1.5 M
Is this ok [y/N]: y
Downloading Packages:
python-setuptools-0.6.10-3.el6.noarch.rpm                                                                                             | 336 kB     00:00
Running rpm_check_debug
Running Transaction Test
Transaction Test Succeeded
Running Transaction
  Installing : python-setuptools-0.6.10-3.el6.noarch                                                                                                     1/1
  Verifying  : python-setuptools-0.6.10-3.el6.noarch                                                                                                     1/1
Installed:
  python-setuptools.noarch 0:0.6.10-3.el6
Complete!
[root@localhost ~]# easy_install psutil
Searching for psutil
Reading http://pypi.python.org/simple/psutil/
Best match: psutil 5.2.2
Downloading /tupian/20230522/psutil-5.2.2.tar.gz /> Processing psutil-5.2.2.tar.gz
Running psutil-5.2.2/setup.py -q bdist_egg --dist-dir /tmp/easy_install-aRZwy3/psutil-5.2.2/egg-dist-tmp-EDoxRo
warning: manifest_maker: MANIFEST.in, line 14: 'recursive-include' expects ...
warning: no previously-included files matching '*' found under directory 'docs/_build'
warning: no previously-included files matching '*' found under directory '.ci'
psutil/_psutil_linux.c: In function ‘psutil_proc_cpu_affinity_set’:
psutil/_psutil_linux.c:426: warning: suggest explicit braces to avoid ambiguous ‘else’
psutil/_psutil_linux.c: In function ‘init_psutil_linux’:
psutil/_psutil_linux.c:630: warning: unused variable ‘v’
Adding psutil 5.2.2 to easy-install.pth file
Installed /usr/lib/python2.6/site-packages/psutil-5.2.2-py2.6-linux-x86_64.egg
Processing dependencies for psutil
Finished processing dependencies for psutil

網(wǎng)站題目:Python系統(tǒng)性能信息模塊psutil安裝報(bào)錯(cuò)解決一例-創(chuàng)新互聯(lián)
轉(zhuǎn)載注明:http://www.dlmjj.cn/article/deigpp.html