Command "python setup.py egg_info" failed with error code 1 in /tmp/pip-build-qvc66dfs/supervisor/
时间:2018-11-27 12:17:27
收藏:0
阅读:2550
# 安装supervisor 出错
pip3 install supervisor
# 解决
sudo pip3 install supervisor
原文:https://www.cnblogs.com/shmily3929/p/10025380.html
评论(0)