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

时间:2017-12-14 02:51:11   收藏:0   阅读:817

装一台新服务器环境的时候,装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

 

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

 

原文:http://www.cnblogs.com/yaohong/p/8035214.html

评论(0
© 2014 bubuko.com 版权所有 - 联系我们:wmxa8@hotmail.com
打开技术之扣,分享程序人生!