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
@MAQ-Ravijit-Ramana thank you for asking about this. The import for from numba import jitclasshas been deprecated for sometime now and support for it was removed in 0.52.0. Instead you must now from numba.experimental import jitclass. Does that help?
This issue came up since the 0.52 release. We are not able to import jitclass from numba
The text was updated successfully, but these errors were encountered: