An apple a day keeps the doctor away !

0%

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

Command “python setup.py egg_info” failed with error code 1

参考

执行

1
pip install runlike

时,报错[scode type=”yellow”]ImportError: No module named setuptools[/scode]和[scode type=”yellow”]Command “python setup.py egg_info” failed with error code 1[/scode]

解决方法是更新 setuptoolspip

1
2
pip install --upgrade setuptools
python -m pip install --upgrade pip