Python2 is no longer supported after PIP 2.1. Here you can use scripts to automatically download the highest supported version of PIP
1. Python2.7 the latest version of PIP installation file get-pip.py can be obtained by streaming
2. Install the file through Python 2.7
In the scripts folder, execute the following command to pull the get-pip.py file
curl https://bootstrap.pypa.io/pip/2.7/get-pip.py -o get-pip.py
After downloading, execute the file to install the latest version of PIP supported by python2.7
python get-pip.py
You can see that the PIP version of automatic installation is 20.3
.4
Read More:
- How to Solve PIP3 error After upgrading pip3 install –upgrade pip
- Python Use PIP to install pyinstaller Error [Solved]
- Python Error: pip install mysql-connector-python failed
- How to Solve PIP Install fasttext Error
- Pip3 install Mysqlclient Error: Command “python setup.py egg_info“ failed with error
- [Solved] Failed to install PIP for MacOS, prompt: syntax error: invalid syntax
- How to Solve Python3.9 Install pycrypto Error
- [Solved] Pycharm Use pip to install package error: no such option –build-dir
- Python: How to Solve mysqlclient Install Error in Mac
- How to Solve Error handling after upgrade pip of Anaconda
- How to Solve Python WARNING: Ignoring invalid distribution -ip (e:\python\python_dowmload\lib\site-packages)
- Python PIP Fatal error in launcher: Unable to create process using ‘“e:\program files\programdata
- [Solved] NPM install Error: check python checking for Python executable python2 in the PATH
- Pip Installation Warning: can’t install the package because of EnvironmentError
- VScode: How to Solve Pylance Error (pip Library Files Installed)
- [Solved] pip Install Error: Missing dependencies for SOCKS support
- Python PIP TypeError: expected str, bytes or os.PathLike object, not int
- [Solved] pip install Error: There was a problem confirming the ssl certificate…
- Mac Upgrade pip Error OSError: [Errno 13] Permission denied: ‘/Library/Python/2.7/site-packages/pip-9.0.1-py2….
- PIP Install Mysqlclient error C1083: Cannot open include file: ‘mysql.h‘: No such file or directory