You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
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.
"interp" not working with python 3.11
The text was updated successfully, but these errors were encountered: