使用python3.6安装uwsgi 老出错找不到 Python.h plugins/python/uwsgi_python.h:2:20: fatal error: Python.h: No such file or directory compilation terminated. 解决方法: sudo apt-get install libpython3.6-dev 或者 sudo apt-get install python3.6-dev