-
Notifications
You must be signed in to change notification settings - Fork 239
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
manylinux2014 - yum install gives 502 : Bad Gateway or times out #1948
Comments
Something's up with CentOS's origin.
looks like it came back up just as I posted this 😅 |
Wow... just my luck there. I haven't set this up before, so I've spent my day believing this was just me having no idea what I was doing... Thanks anyway, I guess I'll take solace in that I've learned a bit about |
Ok, it seems to be back up, but now the install is timing out. This doesn't appear to be an issue with |
Maybe the failure in pypa/manylinux#1652 is related? |
@henryiii Yes, that looks like the exact same error as I was initially seeing, It appeared to originate from an error on |
The updates of the manylinux images passed so I guess this is fixed ? |
This is broken for me.
|
@Parskatt what cibuildwheel version? |
@Parskatt I believe updating to |
Ah, sorry. I see now that mine was |
@Parskatt No problem :) please let me know if you're also seeing the timeout issue. I'm getting
where the runner seems to hang until timeout at the |
Can you try the suggestion in that comment to see if that helps with timeouts: #1948 (comment) For reference, if it helps, the sed commands already used when building the image are in |
... This was a skill issue. I had managed to use As far as I can tell this is resolved, thanks for all the response and support :) |
My issues also seems resolved on 2.19.2 |
Description
I'm using
cibuildwheel
with Github Action'subuntu-latest
runner, and trying to install some dependencies withyum
in theCIBW_BEFORE_ALL_LINUX
step.After pulling in the fix in #1915 (using
pypa/cibuildwheel@v2.19.2
) I'm getting the errorIt's not completely clear to me if this is an issue with
vault.centos.org
or an issue withcibuildwheel
, but I thought I would bring attention to it in case it is in fact an issue withcibuildwheel
, or if there is some known workaround.Build log
https://github.com/vegardjervell/thermopack/actions/runs/10161895317/job/28101395655
CI config
https://github.com/vegardjervell/thermopack/actions/runs/10161895317/workflow
The text was updated successfully, but these errors were encountered: