-
Notifications
You must be signed in to change notification settings - Fork 3k
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
pip install --upgrade pip on v22.0 broken on windows #10848
Comments
You'll want to run |
Thanks for the tip!! Also, I want to make sure it's clear in my issue that this broke on v22 but works fine on v21 |
Noticed something very similar today on MinGW x64. This had also worked until upgrading from v21 to v22.
seems the path |
Seems `pip install --upgrade pip` now fails. pypa/pip#10848
Seems `pip install --upgrade pip` now fails. pypa/pip#10848
I think we're hitting pypa/pip#10848
I think we're hitting pypa/pip#10848
I think we're hitting pypa/pip#10848
Description
pip install --upgrade pip
is failing on windows GitHub actions runners with v22.0See pyvista/pyvista#2113
See example workflow shared below
See https://github.com/pyvista/pyvista/runs/4998090770?check_suite_focus=true#step:4:1
Expected behavior
Pip should be able to upgrade itself on windows for Python 3.7 and greater
pip version
22.0
Python version
3.7+
OS
Windows
How to Reproduce
Use this GitHub Actions workflow:
Output
Code of Conduct
The text was updated successfully, but these errors were encountered: