码迷,mamicode.com
首页 > 编程语言 > 详细

安装psutil时提示缺少python.h头文件(作记录)

时间:2018-10-16 10:58:44      阅读:2282      评论:0      收藏:0      [点我收藏+]

标签:class   pil   安装   pip   tor   dev   evel   记录   psutil   

  通过pip或者源码安装psutil,都会提示缺少python.h头文件,错误提示如下:

...
psutil/_psutil_common.c:9:20: fatal error: Python.h: No such file or directory
 #include <Python.h>
                    ^
compilation terminated.
error: command ‘gcc‘ failed with exit status 1
...

  出现此错误的原因是没有安装python-devel,python开发包,如果是支持yum的系统,直接yum安装即可:

yum -y install python-devel

安装psutil时提示缺少python.h头文件(作记录)

标签:class   pil   安装   pip   tor   dev   evel   记录   psutil   

原文地址:https://www.cnblogs.com/walk1314/p/9796500.html

(0)
(0)
   
举报
评论 一句话评论(0
登录后才能评论!
© 2014 mamicode.com 版权所有  联系我们:gaon5@hotmail.com
迷上了代码!