本文只提供本人的一些經(jīng)驗,不代表可以解決所有人的問題劈伴。
pip安裝軟件時出現(xiàn):Command "Python setup.py egg_info" failed with error code 1 in /tmp/pip-build-*(其中×與要安裝的軟件有關)
比如安裝pip install pyparsing==1.5.7出現(xiàn)以下錯誤: Command "python setup.py egg_info" failed with error code 1 in /tmp/pip-build-WImLdR/pyparsing/
解決方案
sudo python -m pip install --upgrade --force pip
sudo pip install setuptools==33.1.1