I can upgrade pip by python -m pip install -U pip
OR python -m pip install --upgrade pip
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.
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.
Most helpful comment
@reaCodes any chance you could explain what solved it for you?