-
Notifications
You must be signed in to change notification settings - Fork 3.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
Windows-2019 20220131.1 seems to have broken setup-python #5009
Labels
Area: Python
bug report
investigate
Collect additional information, like space on disk, other tool incompatibilities etc.
OS: Windows
Comments
3 tasks
Hello @jku. Thank you for your report. We will take a look. |
This was referenced Feb 3, 2022
jku
pushed a commit
to jku/python-tuf
that referenced
this issue
Feb 4, 2022
setup-python fails on Windows currently (actions/runner-images#5009) Disable caching to workaround the failure. Signed-off-by: Jussi Kukkonen <[email protected]>
Confirming this: disabling the pip cache feature in setup-python makes it succeed:
|
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
Labels
Area: Python
bug report
investigate
Collect additional information, like space on disk, other tool incompatibilities etc.
OS: Windows
Description
All our windows runs started failing in setup-python just as windows-latest image updated from 20220123.1 to 20220131.1.
setup-python@v2 did not change at that point, our workflows have not changed. This is the relevant workflow part:
Virtual environments affected
Image version and build link
failing build with windows-2019 20220131.1: https://github.com/theupdateframework/python-tuf/runs/5049622576
Is it regression?
successful build with windows-2019 20220123.1 : https://github.com/theupdateframework/python-tuf/runs/5049069425
Expected behavior
No errors during setup-python
Actual behavior
Error: The process 'C:\hostedtoolcache\windows\Python\3.10.1\x64\Scripts\pip.exe' failed with exit code 322122547
Repro steps
sorry, I really don't know what else to put here, although the fact that the failure happens at
pip.exe cache dir
implies repro may require using setup-pythons "cache" feature (example above).The text was updated successfully, but these errors were encountered: