Python pip upgrade and upgrade failed Solution

This tutorial for Python pip upgrades and failed Solution

First View Script

pip show pip

I upgraded to the latest version

Install additional modules occurred during the following tips that you will need to upgrade pip

You are using pip version 18.1.1, however version 19.0.1 is available.

You need to upgrade to version 18.1.1 to 19.0.1

You should consider upgrading via the 'python -m pip install --upgrade pip' comm

This means that prompt you to use: python -m pip install --upgrade pip to upgrade directly copy the line

Success occurs when below, then congratulations, you are a successful installation.

It failed to see here:

You can replace a failed first attempt to upgrade instructions, such as:

python -m pip install -U --force-reinstall pip

 

python -m pip install --upgrade pip

If still fails to tell you an ultimate solution when you are around someone premise pip successful upgrade

Yes is to copy and paste files of success, do not ask how I know, I was so successful

pip file path: C: \ python \ Lib \ site-packages \ pip-19.2.1.dist-info

 

Guess you like

Origin www.cnblogs.com/ihacker/p/11294868.html