-
Notifications
You must be signed in to change notification settings - Fork 42
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
BUG: linking errors with cimg/python:3.11.0 and glibc #226
Comments
Hi @neutrinoceros - there are a couple of factors here:
If you were to change the include references to point to the correct path like above, you won't encounter the error. However, the Additionally, i initially tried running your original code with Lastly, even with those fixes, it seems there are multiple definition errors that are preventing compilation. I would assume those are coming from the rockstar-galaxies repo, though. Please note: the python versions that were passing tests were built using a Python 3.11 does not have such an image at the moment. If you would like to make one for yourself in the meantime, you can edit the dockerfile to be |
Thank you so much for your help and this detailed answer. I confirm that adding |
Following a discussion with CircleCI support's, I'd like to report a problem with the
cimg/python:3.11.0
image, with which we are experiencing linking errors not present with other Python versions/images:original context:
yt-project/yt_astro_analysis#163
example failed job:
https://app.circleci.com/jobs/github/yt-project/yt_astro_analysis/1942
sample error message from the gcc compiler
it appears the "missing" rpc headers are in fact correctly installed
The text was updated successfully, but these errors were encountered: