-
Notifications
You must be signed in to change notification settings - Fork 586
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
ModuleNotFoundError for http package when using pip after setup #1029
Comments
Hi @silv-io , |
Hello @silv-io👋,
We hope these suggestions help resolve or mitigate the issue you are facing. |
we’re running into inexplicable ModuleNotFoundErrors as well: Something’s wrong with maybe the runner image: actions/runner-images#11639 |
Description:
When using pip to, e.g., install
setuptools
after running the action, we sometimes (but not always) get aModuleNotFoundError: No module named 'http'
error.This doesn't happen always, and a re-run of the GitHub action usually resolves this error.
The error happens inside
urllib
, and is also filed there: urllib3/urllib3#3558 where they referred to the action.Action version:
v5
Platform:
Runner type:
buildjet-2vcpu-ubuntu-2204
)Tools version:
Python 3.11
Repro steps:
A description with steps to reproduce the issue. If your have a public example or repo to share, please provide the link.
Expected behavior:
This should always work without issue.
Actual behavior:
Sometimes (but not always) we get the following error:
The text was updated successfully, but these errors were encountered: