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: Python for Windows installer Repair option does not repair PIP
Type: Stage:
Components: Installation, Windows Versions: Python 3.7
process
Status: open Resolution:
Dependencies: Superseder:
Assigned To: Nosy List: Mark Green, paul.moore, steve.dower, tim.golden, zach.ware
Priority: normal Keywords:

Created on 2019-05-05 18:06 by Mark Green, last changed 2022-04-11 14:59 by admin.

Messages (1)
msg341465 - (view) Author: Mark Green (Mark Green) Date: 2019-05-05 18:12
After installing Python for Windows using the standard installer, run "pip install --upgrade pip", which will damage pip as a result of running through pip.exe rather than python.exe. Both pip and python -m pip will now fail.

Rerunning the Python Installer and choosing the Repair option will list PIP as a component, but will not repair it. Using the Modify option will state that PIP is already installed and will thus do nothing if told to install it. The only option is to uninstall and reinstall again.
History
Date User Action Args
2022-04-11 14:59:14adminsetgithub: 80985
2019-05-05 18:12:56Mark Greensetmessages: + msg341465
2019-05-05 18:12:42Mark Greensetnosy: + paul.moore, tim.golden, zach.ware, steve.dower
versions: + Python 3.7

components: + Installation, Windows
title: Pythonr fo -> Python for Windows installer Repair option does not repair PIP
2019-05-05 18:06:32Mark Greencreate