uwsgi "no internal routing support’

解决办法:

pip install uwsgi -I --no-cache-dir
It reinstalls (-I) as @leech said, but ignores the compiled cache (--no-cache-dir) and recompiles the thing with the new libs.

posted @ 2018-02-17 22:13  Mindfulness  阅读(345)  评论(0编辑  收藏  举报