-
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
pip3 install fails on Windows with exit code 3221225477 #5027
Comments
Hi @aminya . |
- Pin version of pip - See actions/runner-images#5027 - Target Windows 2019 Signed-off-by: Jacob Perron <jacob@openrobotics.org>
Hello @aminya. Internally toolkit/exec uses spawn to grab stdout, stderr and exit code via streams. We prepared a temporary workaround in the setup-python action to use child_process exec and it works as expected. You can try to use a similar solution. |
Hello @aminya, just a gentle ping. |
Thanks for reminding me. I was able to fix the issue by downgrading pip on Windows: I also switched to using I think the pip version in the images should be downgraded |
Description
Not sure why has changed in recent days, but pip3 has started to fail on Windows images. I have tried everything, but I found no solution.
My action's issue:
aminya/setup-cpp#27
There is a lot of tests available in the repo that reproduce the problem.
Virtual environments affected
Image version and build link
I could not find the version you are saying. But this is a build link:
https://github.com/aminya/setup-cpp/actions/runs/1797807486
Is it regression?
Yes, it worked 3 days ago: https://github.com/aminya/setup-cpp/actions/runs/1782209385
Expected behavior
pip3 should work on Windows
Actual behavior
It fails
Repro steps
Use pip3 installed on the images to install something.
The text was updated successfully, but these errors were encountered: