1.错误:Exception: you need a C compiler to build uWSGI
解决:yum install gcc
2.错误:plugins/python/uwsgi_python.h:2:10: fatal error: Python.h: No such file or directory
解决:sudo yum install python-devel
3.sudo pip3 install uwsgi
1.错误:Exception: you need a C compiler to build uWSGI
解决:yum install gcc
2.错误:plugins/python/uwsgi_python.h:2:10: fatal error: Python.h: No such file or directory
解决:sudo yum install python-devel
3.sudo pip3 install uwsgi