解决 Command "python setup.py egg_info" failed with error code 1 问题
Posted Wasdns
tags:
篇首语:本文由小常识网(cha138.com)小编为大家整理,主要介绍了解决 Command "python setup.py egg_info" failed with error code 1 问题相关的知识,希望对你有一定的参考价值。
参考:
“pip install unroll”: “python setup.py egg_info” failed with error code 1
解决 Command "python setup.py egg_info" failed with error code 1 问题
在执行 pip install -r requirements.txt
时遇到错误:
Command "python setup.py egg_info" failed with error code 1
解决方法是更新 setuptools 和 pip:
pip install --upgrade setuptools
python -m pip install --upgrade pip
2018.9
以上是关于解决 Command "python setup.py egg_info" failed with error code 1 问题的主要内容,如果未能解决你的问题,请参考以下文章