Python.h: No such file or directory

时间:2021-10-17 20:27:43

cent-os上安装uWSGI时报错

[thread 0][gcc -pthread] core/dot_h.o
[thread 0][gcc -pthread] core/config_py.o
* uWSGI compiling embedded plugins *
[thread 0][gcc -pthread] plugins/python/python_plugin.o
In file included from plugins/python/python_plugin.c:1:0:
plugins/python/uwsgi_python.h:2:20: fatal error: Python.h: No such file or directory
#include

安装python-devel后问题解决

yum install python-devel