码迷,mamicode.com
首页 > 编程语言 > 详细

解决 Command "python setup.py egg_info" failed with error code 1 问题

时间:2018-09-05 18:07:57      阅读:208      评论:0      收藏:0      [点我收藏+]

标签:href   flow   too   .com   failed   tool   ror   pip   txt   

参考:

“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 问题

标签:href   flow   too   .com   failed   tool   ror   pip   txt   

原文地址:https://www.cnblogs.com/qq952693358/p/9592300.html

(0)
(0)
   
举报
评论 一句话评论(0
登录后才能评论!
© 2014 mamicode.com 版权所有  联系我们:gaon5@hotmail.com
迷上了代码!