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.
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:16 | admin | set | github: 68346 |
| 2015年05月10日 22:36:02 | dstufft | set | status: open -> closed resolution: third party messages: + msg242869 |
| 2015年05月10日 14:22:25 | alex | set | nosy:
+ ncoghlan, dstufft |
| 2015年05月10日 14:15:53 | codetrainee | create | |