1. centos安装uwsgi报错
fatal error: Python.h: No such file or directory
2. 解决办法
yum install python-devel.x86_64
1. centos安装uwsgi报错
fatal error: Python.h: No such file or directory
2. 解决办法
yum install python-devel.x86_64
转载于:https://my.oschina.net/ayy/blog/1573538