温馨提示×

温馨提示×

您好,登录后才能下订单哦!

密码登录×
登录注册×
其他方式登录
点击 登录注册 即表示同意《亿速云用户服务条款》

安装psutil模块报错怎么解决

发布时间:2021-08-14 22:54:56 来源:亿速云 阅读:203 作者:chen 栏目:网络安全

这篇文章主要讲解了“安装psutil模块报错怎么解决”,文中的讲解内容简单清晰,易于学习与理解,下面请大家跟着小编的思路慢慢深入,一起来研究和学习“安装psutil模块报错怎么解决”吧!

'*' token
    psutil/_psutil_linux.c:190: error: expected '=', ',', ';', 'asm' or '__attribute__' before '*' token
    psutil/_psutil_linux.c:240: error: expected '=', ',', ';', 'asm' or '__attribute__' before '*' token
    psutil/_psutil_linux.c:268: error: expected '=', ',', ';', 'asm' or '__attribute__' before '*' token
    psutil/_psutil_linux.c:375: error: expected '=', ',', ';', 'asm' or '__attribute__' before '*' token
    psutil/_psutil_linux.c:433: error: expected '=', ',', ';', 'asm' or '__attribute__' before '*' token
    psutil/_psutil_linux.c:482: error: expected '=', ',', ';', 'asm' or '__attribute__' before '*' token
    psutil/_psutil_linux.c:543: error: expected '=', ',', ';', 'asm' or '__attribute__' before 'PsutilMethods'
    psutil/_psutil_linux.c:582: error: expected specifier-qualifier-list before 'PyObject'
    psutil/_psutil_linux.c: In function 'init_psutil_linux':
    psutil/_psutil_linux.c:628: error: 'PyObject' undeclared (first use in this function)
    psutil/_psutil_linux.c:628: error: (Each undeclared identifier is reported only once
    psutil/_psutil_linux.c:628: error: for each function it appears in.)
    psutil/_psutil_linux.c:628: error: 'v' undeclared (first use in this function)
    psutil/_psutil_linux.c:632: error: 'module' undeclared (first use in this function)
    psutil/_psutil_linux.c:632: warning: implicit declaration of function 'Py_InitModule'
    psutil/_psutil_linux.c:632: error: 'PsutilMethods' undeclared (first use in this function)
    psutil/_psutil_linux.c:635: warning: implicit declaration of function 'PyModule_AddIntConstant'
    error: command 'gcc' failed with exit status 1
    
    ----------------------------------------
Command "/usr/bin/python -u -c "import setuptools, tokenize;__file__='/tmp/pip-build-cY1TLx/psutil/setup.py';f=getattr(tokenize, 'open', open)(__file__);code=f.read().replace('\r\n', '\n');f.close();exec(compile(code, __file__, 'exec'))" install --record /tmp/pip-J4cL69-record/install-record.txt --single-version-externally-managed --compile" failed with error code 1 in /tmp/pip-build-cY1TLx/psutil/



===============================================================

解决方法是安装python-devel,这是Python的头文件和静态库包:

[root@localhost ~]# yum install python-devel.x86_64
Failed to set locale, defaulting to C
Loaded plugins: product-id, security, subscription-manager
This system is not registered to Red Hat Subscription Management. You can use subscription-manager to register.
Setting up Install Process
Resolving Dependencies
--> Running transaction check
---> Package python-devel.x86_64 0:2.6.6-51.el6 will be installed
--> Finished Dependency Resolution

Dependencies Resolved

===============================================================================================
 Package                Arch             Version                  Repository              Size
===============================================================================================
Installing:
 python-devel           x86_64           2.6.6-51.el6             cdrom-server           171 k

Transaction Summary
===============================================================================================
Install       1 Package(s)

Total download size: 171 k
Installed size: 456 k
Is this ok [y/N]: y
Downloading Packages:
Running rpm_check_debug
Running Transaction Test
Transaction Test Succeeded
Running Transaction
  Installing : python-devel-2.6.6-51.el6.x86_64                                            1/1
  Verifying  : python-devel-2.6.6-51.el6.x86_64                                            1/1

Installed:
  python-devel.x86_64 0:2.6.6-51.el6                                                           

Complete!
在用pip安装psutil模块
[root@localhost ~]# pip install psutil
DEPRECATION: Python 2.6 is no longer supported by the Python core team, please upgrade your Python. A future version of pip will drop support for Python 2.6
Collecting psutil
  Using cached psutil-5.0.1.tar.gz
Installing collected packages: psutil
  Running setup.py install for psutil ... done
Successfully installed psutil-5.0.1

感谢各位的阅读,以上就是“安装psutil模块报错怎么解决”的内容了,经过本文的学习后,相信大家对安装psutil模块报错怎么解决这一问题有了更深刻的体会,具体使用情况还需要大家实践验证。这里是亿速云,小编将为大家推送更多相关知识点的文章,欢迎关注!

向AI问一下细节

免责声明:本站发布的内容(图片、视频和文字)以原创、转载和分享为主,文章观点不代表本网站立场,如果涉及侵权请联系站长邮箱:is@yisu.com进行举报,并提供相关证据,一经查实,将立刻删除涉嫌侵权内容。

AI