Pip: Upgrade Error

Created on 24 Mar 2016  路  4Comments  路  Source: pypa/pip

I can upgrade pip by python -m pip install -U pip OR python -m pip install --upgrade pip

What I've run:

C:\Program Files\Python\2.x>python -m pip install -U pip
Requirement already up-to-date: pip in c:\program files\python\2.x\lib\site-packages
You are using pip version 7.1.2, however version 8.1.1 is available.
You should consider upgrading via the 'python -m pip install --upgrade pip' command.

C:\Program Files\Python\2.x>python -m pip install --upgrade pip
Requirement already up-to-date: pip in c:\program files\python\2.x\lib\site-packages
You are using pip version 7.1.2, however version 8.1.1 is available.
You should consider upgrading via the 'python -m pip install --upgrade pip' command.

auto-locked

Most helpful comment

@reaCodes any chance you could explain what solved it for you?

All 4 comments

I have the same problem. I have no answer.

@t8h4 I have solve this problem.

@reaCodes any chance you could explain what solved it for you?

Closing this, if it continues to happen please reopen this issue or open a new one with reproduction steps.

Was this page helpful?
0 / 5 - 0 ratings