解决办法:
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.
原文地址:https://www.cnblogs.com/wisdom3/p/8452252.html
时间: 2024-10-13 00:22:03
解决办法:
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.
原文地址:https://www.cnblogs.com/wisdom3/p/8452252.html