This issue tracker has been migrated to GitHub, and is currently read-only.
For more information, see the GitHub FAQs in the Python's Developer Guide.

classification
Title: Error of the hint of upgrading pip
Type: crash Stage:
Components: Installation Versions: Python 3.4
process
Status: closed Resolution: third party
Dependencies: Superseder:
Assigned To: Nosy List: codetrainee, dstufft, ncoghlan
Priority: normal Keywords:

Created on 2015-05-10 14:15 by codetrainee, last changed 2022-04-11 14:58 by admin. This issue is now closed.

Messages (2)
msg242857 - (view) Author: Codetrainee (codetrainee) Date: 2015-05-10 14:15
When first running pip built in python 3.4.3 on windows, it will notify you that you should upgrade to 6.1.1

The recommended command is 'pip install --upgrade pip'

However, if you run this command, it will uninstall pip as well as fail to upgrade pip. 

On the official site of pip, it gives the command on windows - 'python -m pip install -U pip', which runs perfectly.
msg242869 - (view) Author: Donald Stufft (dstufft) * (Python committer) Date: 2015-05-10 22:36
Hey,

This is actually a message that comes from a third party component, pip in this case. I've opened up https://github.com/pypa/pip/issues/2773 with the pip project and suggest that further discussion/tracking happen there. It will be picked up by Python automatically when it gets fixed in pip and released and updated in Python.
History
Date User Action Args
2022-04-11 14:58:16adminsetgithub: 68346
2015-05-10 22:36:02dstufftsetstatus: open -> closed
resolution: third party
messages: + msg242869
2015-05-10 14:22:25alexsetnosy: + ncoghlan, dstufft
2015-05-10 14:15:53codetraineecreate