1. 程式人生 > >pip安裝出現Command "python setup.py egg_info" failed with error code 1 的解決方案

pip安裝出現Command "python setup.py egg_info" failed with error code 1 的解決方案

python安裝包的時候報錯:

python setup.py egg_info" failed with error code 1

解決方法:

升級pip
pip install --upgrade  pip 
安裝setuptools
pip install setuptools