Python教程

plugins/python/uwsgi_python.h:2:20: fatal error: Python.h: No such file or directory

本文主要是介绍plugins/python/uwsgi_python.h:2:20: fatal error: Python.h: No such file or directory,对大家解决编程问题具有一定的参考价值,需要的程序猿们随着小编来一起学习吧!

装一台新服务器环境的时候,装uwsgi报错:

plugins/python/uwsgi_python.h:2:20: fatal error: Python.h: No such file or directory
 #include <Python.h>

 

查了一下解决办法:

yum install python-devel.x86_64

 

之后再运行安装,问题解决。

 

这篇关于plugins/python/uwsgi_python.h:2:20: fatal error: Python.h: No such file or directory的文章就介绍到这儿,希望我们推荐的文章对大家有所帮助,也希望大家多多支持为之网!