Centos pip 安装uwsgi 报错“fatal error: Python.h: No such file or directory”

解决方法:

安装python-devel即可,注意,不是python-dev
yum -y install python-devel