-
Notifications
You must be signed in to change notification settings - Fork 172
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
Python 3.11 not allowed #456
Comments
Hi! This is absolutely expected to work. The build works for me on
It's an A few questions for you:
|
I'm using the 3.1 tarball. I've just tried reproducing it in a minimal environment and see:
It works there if I make a symlink from python3.11 to python3 - but the configure script only knows python versions up to 3.9:
IIRC this is fixed in automake upstream but no release has been made including this. |
Aha, you probably mean the https://git.savannah.gnu.org/cgit/automake.git/commit/?id=930a9a73f4bb776ec334eff4cf6e182802841daa. Looks like it's the only change in AFAIU that change only fixes default python version detection that should be workaroundable with We should be able to regenerate What I'm confused about is why you get the initial failure:
If I provide only environment that has
How do you override default python? I wonder how it manages to fail version check. |
I think the first error I reported was caused by the build framework I'm using - please ignore it. Feel free to close this ticket. |
I requested new |
The upstream is not planning to release Let's close this bug as there are easy workarounds available and proper fix belongs to |
When trying to build with Python 3.11 installed, I see:
Please fix this, 3.11 is newer than 3.7.
The text was updated successfully, but these errors were encountered: