-
-
Notifications
You must be signed in to change notification settings - Fork 38
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
No module named pip for x86 manylinux_2_28 #249
Comments
I'm getting this error too. But, I think the error in sscache is just a duplicate of an error that happens earlier in the build:
So, whatever image is being pulled ( The other branch of my matrix build works fine with
|
I'd recommend we rename this bug to "No module named pip for x86 manylinux_2_28". |
Interesting. trying out the broken image:
|
Not sure why they changed that. Does it have |
To help with working around this, I've made this: #264 |
Installing |
My actions contains a section like:
If I set
sccache: 'true'
, I get this error:https://github.com/FNNDSC/chrs/actions/runs/8243560850/job/22544352067
With sccache commented out, the builds are successful. https://github.com/FNNDSC/chrs/actions/runs/8243573628/job/22544388834
The text was updated successfully, but these errors were encountered: