-
Notifications
You must be signed in to change notification settings - Fork 216
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]: PySR currently incompatible with Python 3.12 #451
Comments
Also incompatible with 3.11.6 |
Hi @PaulGersberg, |
Fixed with PyJulia 0.6.2: https://github.com/JuliaPy/pyjulia/releases/tag/v0.6.2 |
Fixed by #535 (for good this time) |
Until the PR at JuliaPy/pyjulia#538 is merged, PySR is currently incompatible with Python 3.12. This is due to a breaking change in the way Python allowed PyJulia to overload the import function (like
from julia import SymbolicRegression
). It seems to be an easy patch though, luckily.The text was updated successfully, but these errors were encountered: