psutil/_psutil_common.c:9:20: fatal error: Python.h
psutil/_psutil_common.c:9:20: fatal error: Python.h: No such file or directory#include <Python.h>
解决办法:
安装Python-devel安装包
yum install -y python-devel
安装完成之后,执行python setup.py install 问题解决。
页:
[1]