装一台新服务器环境的时候,装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
之后再运行安装,问题解决。
装一台新服务器环境的时候,装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
之后再运行安装,问题解决。
本站转载的文章为个人学习借鉴使用,本站对版权不负任何法律责任。如果侵犯了您的隐私权益,请联系本站邮箱yoyou2525@163.com删除。