[issue43261] Python 3.9 repair on Windows do not recover pip module

2021-02-23 Thread Steve Dower
Steve Dower added the comment: Thanks! Interestingly, it seems like it ought to have re-run, but decided not to. I wonder if there's been some change to how Windows Installer deals with using registry keys to control custom actions? Unfortunately, MSI is an incredibly complicated installer,

[issue43261] Python 3.9 repair on Windows do not recover pip module

2021-02-23 Thread Svyatoslav
Svyatoslav added the comment: Attached logs created right before I created this post. -- Added file: https://bugs.python.org/file49829/Temp.zip ___ Python tracker ___

[issue43261] Python 3.9 repair on Windows do not recover pip module

2021-02-22 Thread Steve Dower
Steve Dower added the comment: Assuming you installed pip using the installer, repair should bring it back. Do you still have installer logs? They would be in %TEMP% and start with "python". We'll need at least the main log and the pip log, but if you want to just zip them all up and attach

[issue43261] Python 3.9 repair on Windows do not recover pip module

2021-02-18 Thread Svyatoslav
New submission from Svyatoslav : I by mistake run command `pip install -U pip setuptools wheel` on Windows which deleted pip and did not install a new version. I decided to repair Python using 3.9.1 installer option. But after repair pip still was not installed. -- components: