Original environment: 64-bit ubuntu 16.04 LTS system, pip version is 8
**Problem: Using the prompt command pip install --upgrade pip can not solve the upgrade **
Solution: install pip-9.0.1 from source code
1 Download the compressed package pip-9.0.1.tar.gz from the pip official website
2 Unzip and install
3 Check the pip version and find that version 9.0.1 is used
to sum up
The above is the ubuntu 16.04 system introduced by the editor to you, which perfectly solves the problem that pip cannot be upgraded. I hope it will be helpful to you. If you have any questions, please leave me a message, and the editor will reply to you in time. Thank you very much for your support to the ZaLou.Cn website!
Recommended Posts