uwsgi遇到的坑
编译配套 ssl的 uwsgi
yum install openssl
yum install openssl-develpip3 install greenlet找到 greenlet 位置
/root/.virtualenvs/flask/include/site/python3.6安装
CFLAGS="-I/root/.virtualenvs/flask/include/site/python3.6" UWSGI_PROFILE="asyncio" pip install uwsgi --no-use-wheelCFLAGS="-I/usr/include/openssl" UWSGI_PROFILE_OVERRIDE=ssl=true pip install uwsgi -I --no-cache-dir最后更新于