Solve the problem of Command “python setup.py egg_info” failed with error code 1
In the execution pip install -r requirements.txt
encountered an error when:
Command "python setup.py egg_info" failed with error code 1
The solution is to update setuptools and pip:
pip install --upgrade setuptools
python -m pip install --upgrade pip
Read More:
- [Solved] command “python setup.py egg_info“ failed with error code 1
- [Solved] Ubuntu18.04 Install pyqt5 error: Command “python setup.py egg_info“ failed with error code 1 in /tmp/pip-build-92
- Pip3 install Mysqlclient Error: Command “python setup.py egg_info“ failed with error
- Xadmin Install Error: Command “python setup.py egg_info“ failed with error code 1 in C:\Users\ADMINI~1\AppDat
- [Solved] Run sudo python setup.py install Error: error: error in setup.cfg: command ‘build‘ has no such option ‘i18
- Command “/usr/bin/python -u -c “import setuptools, tokenize;__file__=‘/tmp/pip-cus9V0-build/setup.py
- Opencv-python Install is Stuck Error: running setup.py bdist_wheel for opencv-python
- [Solved] supervisor Error: /usr/local/lib/python2.7/dist-packages/pkg_resources/py2_warn.py:22: UserWarning: Setuptools will stop working on Python 2
- [Solved] Unable to find “…\setuptools-40.8.0-py3.7.egg\EGG-INFO“ when adding binary and data files
- [Solved] Python setup.py install Error: error: identifier “AT_CHECK“ is undefined
- Pychar can’t connect to Python console, but it can run. Py file, and Anaconda’s command line can run Python command
- [Solved] error in REfO setup command: use_2to3 is invalid.
- [Solved] error in pycallgraph setup command: use_2to3 is invalid.
- Mac install python_Levenshtein Error: error: command ‘clang‘ failed with exit status 1
- Python pyqt5 ui Generate .py File Error [How to Solve]
- Linux Fatal Python error: Py_Initialize Unable to get the locale encoding
- Python installs virtualenv through PIP and always reports an error: response.py“, line 438, in _error_catcher yield
- Python Fatal error: Py_Initialize: unable to load the file system codec
- How to Fix Errors encountered in executing Python scripts with command line parameters