How to fix "attributeerror module 'numba' has no attribute 'core'"

1.7k Views Asked by At

I am using the package sktime and I wanted to use the RocketClassifier. Somehow when I run from sktime.classification.kernel_based import RocketClassifier from the python console it works. But when I run the code in a Jupyter Notebook (VS Code) I get following error: attributeerror module 'numba' has no attribute 'core. I have numba version 58.0.4. Have someone maybe a solution for that or can someone explain me, why it is not working?

0

There are 0 best solutions below