Skip to content
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

"interp" not working with python 3.11 #103

Open
flowerpower13 opened this issue Feb 12, 2023 · 2 comments
Open

"interp" not working with python 3.11 #103

flowerpower13 opened this issue Feb 12, 2023 · 2 comments

Comments

@flowerpower13
Copy link

"interp" not working with python 3.11

@albop
Copy link
Member

albop commented Feb 12, 2023

what error message do you get ?

@Mv77
Copy link
Contributor

Mv77 commented May 9, 2023

Installed the package on a 3.11 environment. I ran some tests without errors.

I do get the following warning:
NumbaDeprecationWarning: numba.generated_jit is deprecated. Please see the documentation at: https://numba.readthedocs.io/en/stable/reference/deprecation.html#deprecation-of-generated-jit for more information and advice on a suitable replacement. warnings.warn(msg, NumbaDeprecationWarning)

The crux of the matter is that numba==0.57.0, released last week, is the earliest to support python 3.11. The issue is that this version also deprecates the @generated_jit decorator, which the package uses.

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

No branches or pull requests

3 participants