-
-
Notifications
You must be signed in to change notification settings - Fork 31.9k
bpo-41490: Bump vendored pip to version 20.2.3 #22527
New issue
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
Conversation
@ambv Would it be possible to include this in the 3.9 release to avoid the pip bug in venvs? |
CC: @pradyunsg |
I don't understand what is wrong with the Windows tests :( |
a92bd36
to
6f724fe
Compare
Something is going on with the pip wheel on Windows that I cannot figure out, @zooba, @pradyunsg, any idea of what may be going on? |
This is so weird, the moment I use any version for the wheel ">=20.2.0" the error happens :( |
Seems that pip>=20.2.0 is holding onto the handler of the wheel file and windows cannot clean the temporary directory after |
I can workaround |
Thanks @pablogsal for the PR, and @ambv for merging it 🌮🎉.. I'm working now to backport this PR to: 3.8, 3.9. |
@ambv: Please replace |
Sorry, @pablogsal and @ambv, I could not cleanly backport this to |
Sorry @pablogsal and @ambv, I had trouble checking out the |
(cherry picked from commit 2cc6dc9) Co-authored-by: Pablo Galindo <Pablogsal@gmail.com>
GH-22544 is a backport of this pull request to the 3.9 branch. |
GH-22545 is a backport of this pull request to the 3.8 branch. |
(cherry picked from commit 2cc6dc9) Co-authored-by: Pablo Galindo <Pablogsal@gmail.com>
pythonGH-22544) (cherry picked from commit 2cc6dc9) Co-authored-by: Pablo Galindo <Pablogsal@gmail.com>
https://bugs.python.org/issue41490
Automerge-Triggered-By: @pablogsal