Skip to content
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

Fails on Windows with exit code 3221225477 #139

Closed
chrissimpkins opened this issue Mar 1, 2022 · 3 comments · Fixed by #164
Closed

Fails on Windows with exit code 3221225477 #139

chrissimpkins opened this issue Mar 1, 2022 · 3 comments · Fixed by #164

Comments

@chrissimpkins
Copy link
Contributor

chrissimpkins commented Mar 1, 2022

A new Windows runner regression popped up recently.

C:\hostedtoolcache\windows\Python\3.10.2\x64\Scripts\flake8.exe --version
Error: The process 'C:\hostedtoolcache\windows\Python\3.10.2\x64\Scripts\flake8.exe' failed with exit code 3221225477

Possibly related?:

I need to explore the issue trackers in more detail to understand how we should address it.

@chrissimpkins
Copy link
Contributor Author

chrissimpkins commented Mar 1, 2022

Based on actions/toolkit#992 (comment), it sounds like we should use the following to install Python packages in Win runner env's to address the issue:

python -m pip install [package]

which we do here. This isn't the answer. Looking for another solution.

@chrissimpkins
Copy link
Contributor Author

chrissimpkins commented Mar 1, 2022

Reverting the GitHub Actions Windows runner environment pip version in 465c8cf addresses this issue and is the current workaround. This appears to be a pip bug.

h/t pypa/pip#10875 (comment)

@chrissimpkins
Copy link
Contributor Author

chrissimpkins commented Mar 7, 2022

This bug may have been addressed in pip release https://github.com/pypa/pip/releases/tag/22.0.4

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

Successfully merging a pull request may close this issue.

1 participant