x86_64-linux-gnu-gcc -pthread -DNDEBUG -g -fwrapv -O2 -Wall -g -fstack-protector-strong -Wformat -Werror=format-security -Wdate-time -D_FORTIFY_SOURCE=2 -fPIC -DPSUTIL_POSIX=1 -DPSUTIL_VERSION=563 -DPSUTIL_LINUX=1 -I/home/lxg/02dev/py3.6env/include -I/usr/include/python3.6m -c psutil/_psutil_common.c -o build/temp.linux-x86_64-3.6/psutil/_psutil_common.o
psutil/_psutil_common.c:9:20: fatal error: Python.h: 没有那个文件或目录
compilation terminated.
error: command 'x86_64-linux-gnu-gcc' failed with exit status 1
但试过后,解决不料问题
最后解决方法:
pip install psuitl
原因:
我目前的env环境是3.6的.
参考:https://github.com/giampaolo/psutil/issues/1143
来源:博客园
作者:西城老李
链接:https://www.cnblogs.com/lxgbky/p/11509907.html