-
-
Notifications
You must be signed in to change notification settings - Fork 45
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
Support for Python 3.12 #932
Comments
Thanks for the report. Is this something you would be interested in working on? (I imagine this kind of thing does not require much special knowledge of the code, but is more of a general programming administration kind of thing.) |
#978 starts with this work. The main problem is an undocumented change in how the recursion limit is fixed. |
Here's some other error that already appears with python 3.10:
https://stackoverflow.com/questions/66174862/import-error-cant-import-name-gcd-from-fractions |
So in the meantime install from source code:
|
I tried a fresh installation of version 7.0.0 and encountered the following messages (the following log was with Python 3.10 but the same with Python 3.12):
For the message |
This dependency was included recently to determine which version of Sympy is installed in the system. This was needed due to recent changes in the Sympy API. For some reason, the CI didn't detect a problem with this (I thought |
"distutils" has been removed in Python 3.12 and Mathics3 will throw an error that no module named 'disutils'.
Officially support is needed.
The text was updated successfully, but these errors were encountered: