-
Notifications
You must be signed in to change notification settings - Fork 174
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
container image build error for psycopg2 under fedora 41 beta #571
Comments
I haven't checked if this is a known issue elsewhere and haven't troubleshooted it. fedora 41 is still in beta. |
Good find, thanks @flowerysong ! |
I bumped the images to fedora 40 before revisiting this in 428c2bd I looked at the psycopg2 issue, it looks fixed and fedora 41 has since been released as well. |
Hello everyone! Is there an update on this? I'm using Fedora 40 in a distrobox with Poetry. Running |
@fluxxcode this was an issue that was specific to the beta of fedora 41, at least at the time. I don't think I've seen this issue on fedora 40 before. Could I ask that you create a separate issue and how you reproduce it ? I'll close this issue after the Fedora 41 images have gone out. Soon. |
@dmsimard I was able to fix the problem. Poetry used the wrong Python installation. So it was a mistake on my part. Now it works :) |
What is the issue ?
I tried updating the base of our container images to fedora 41 out of curiosity, i.e:
ara/contrib/container-images/fedora-pypi.sh
Line 7 in 5fe28b7
and they fail the installation of psycopg2:
What should be happening ?
The images should build.
The text was updated successfully, but these errors were encountered: