-
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
Python environment broken using uv/pip after setup-python
#11639
Comments
Update: We circumvented the problem in both CI workflows by using This is still quite a concerning issue. |
Hi @flying-sheep - Thank you for bringing this issue to our attention. We will look into this issue and will update you after investigating. Appreciate your patience! Thanks |
Hi @flying-sheep - Tried reproducing your issue, but was unable to do so. Let me know in cae I missed something. |
It’s certainly a thing, see the linked logs. Try forking one of the repos above and reverting the change from |
Unfortunately it is difficult to analyze individual user's repo to understand the anomaly. If the issue is with the runner image, it should be reproducible in any similar repository. Thanks. |
Description
When installing Python modules into
setup-python
’s system environment for Python 3.12 onubuntu-24.04
, they can’t be imported for some reason.See also:
Platforms affected
Runner images affected
Image version and build link
20250126.1.0 and 20250209.1.0
Is it regression?
Yes, it worked with ubuntu 22.04 and runners 20241215.1.0 and 20250105.1.0:
Expected behavior
installed Python packages are importable
Actual behavior
ModuleNotFoundError: No module named '…'
Repro steps
The text was updated successfully, but these errors were encountered: