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

Posted Mr_Walker

tags:

篇首语:本文由小常识网(cha138.com)小编为大家整理,主要介绍了安装psutil时提示缺少python.h头文件(作记录)相关的知识,希望对你有一定的参考价值。

  通过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头文件(作记录)的主要内容,如果未能解决你的问题,请参考以下文章

编译过程的一点心得

virtualbox linux客户机中安装增强功能包缺少kernel头文件问题解决

安装WampServer时提示缺少msvcr110.dll文件解决方案

libxml2静态编译缺少python.h的问题解决

VScode配置ROS1/2开发环境.cpp头文件缺少问题解决

xshell安装运行时提示缺少mfc110.dll