-
Notifications
You must be signed in to change notification settings - Fork 95
Python 3.12 incompatibilities #69
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
Comments
abisrc.stderr from failed build:
|
you've downloaded a tarball for production: the configure is already generated... you don't need to run ./autogen.sh ( or jmb |
Like I had mentioned, "This is not the only Python 3.12 incompatibility, but it's a rather easily visible one. As Ubuntu 24.04 is not expected to ship with Python 3.11, it would be helpful for abinit to have Python 3.12 support." However it seems that Ubuntu 24.04 managed to ship with abinit in it, so whatever problems were here when I reported this, may not exist anymore. Feel free to close this if abinit supports Python 3.12 now (or if official support for Python 3.12 is not intended). |
abinit is incapable of building or running unit tests on an Ubuntu 24.04 Alpha system with Python 3.12 installed.
Steps to reproduce:
python3 --version
shows that Python 3.12 is in use.Expected result: The build should succeed.
Actual result: The build fails with error output similar to the following (copied from a failed abinit package build on Ubuntu 24.04):
This is not the only Python 3.12 incompatibility, but it's a rather easily visible one. As Ubuntu 24.04 is not expected to ship with Python 3.11, it would be helpful for abinit to have Python 3.12 support.
Note: I know next to nothing about abinit, but if it would be helpful, I can try to find the Python 3.12 incompatibilities and fix them.
The text was updated successfully, but these errors were encountered: