pip install software error: Command “python setup.py egg_info” failed with error code 1 in /tmp/pip-build-*(where x is related to the software to be installed)
e.g. pip install pyparsing==1.5.7 install Error: Command “python setup.py egg_info” failed with error code 1 in /tmp/pip-build-WImLdR/pyparsing/
e.g. pip install pyparsing==1.5.7 install Error: Command “python setup.py egg_info” failed with error code 1 in /tmp/pip-build-WImLdR/pyparsing/
Solution:
sudo python -m pip install –upgrade –force pip
sudo pip install setuptools==40.8.0
sudo python -m pip install –upgrade –force pip
sudo pip install setuptools==40.8.0
Similar Posts:
- Solve the problem of Command “python setup.py egg_info” failed with error code 1
- PIP installation appears command “Python setup. Py egg”_ Info” failed with error code 1
- [Solved] Command “python setup.py egg_info” failed with error code 1 in /tmp/pip-build-9enuqi/My…
- How to install PIP in no module named setuptools
- Debian pip3 ImportError: cannot import name ‘IncompleteRead’ [How to Solve]
- [Solved] pip and setuptools upgrade Error: Command “python setup.py egg_info” failed with error code 1 in /tmp/pip-build-fH0Feg/pip/
- Python compiles and installs under Linux and reports an error: makefile: 1141: install
- [Solved] Command “python setup.py egg_info” failed with error code 1 in /tmp/pip-build-*
- [Solved] No module named extern.six.moves
- MySQL Python error installed in pyenv 2.7 environment