ubuntu python虚拟环境 pip 安装virtualenvwrapper报错的解决办法

报错:

Command “python setup.py egg_info” failed with error code 1…
或者
Command errored out with exit status 1: python setup.py egg_info Check the logs for full command output

解决方法

以此安装后解决该问题。

sudo pip install -i https://pypi.tuna.tsinghua.edu.cn/simple pbr

sudo pip install -i https://pypi.tuna.tsinghua.edu.cn/simple --no-deps stevedore

sudo pip install -i https://pypi.tuna.tsinghua.edu.cn/simple --no-deps virtualenvwrapper


你可能感兴趣的:(Python,3,Linux,pip,bug)