The default installation of PIP for python2 is version 21. This version is no longer supported, so an error is reported when executing pip. You need to back up the PIP version and execute the following command
curl -O https://bootstrap.pypa.io/pip/2.7/get-pip.py
python get-pip.py
python -m pip install --upgrade "pip < 21.0"
Read More:
- Essay (19) Ubuntu 16 + python2.7 update PIP report error no module named typing
- Python:ImportError: No module named indexes.base
- Importerror: the perfect solution of no module named CV2!!! (not too good)
- Processing method of PIP exception no module named ‘pip’
- ImportError: No module named indexes.base
- Importerror of Django error: no module named**
- Tensorflow operation report error modulenotfounderror: no module named ‘tensorflow. Python. Types’ solution
- AttAttributeError: module ‘typing‘ has no attribute ‘NoReturn‘
- Module not found error: the solution to the problem of no module named ‘MySQL’
- No module named numpy error in Python code
- Python error: importerror: DLL load failed: unable to find the specified module solution
- Error no module named ‘in newly installed Python_ sqlite3‘
- Solution of error reporting in PIP installation of iPhone
- CentOS solves the problem of modulenotfounderror when salt calls python3 script remotely, and solves the problem that PIP3 module cannot be shared by different users
- The Python PIP installation module prompts the error failed to create process
- Import error: no module named cryptography.hazmat.backends
- Record pyinnstaller package file execution error modulenotfoundererror: no module named ‘cmath’ solution
- Error handling method of “no module named ‘stringio’” in Python 3
- Error importing keras in jupyter Notebook: modulenotfounderror: no module named ‘keras’ solution
- How to solve the problem of error reporting in the introduction of Python Django no module name ‘Django. Utils. Six’