0

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?

Lysapala
  • 80
  • 9
  • Could you share a piece of code that reproduces the error? That would make it a lot easier to help you – Rafnus Dec 13 '22 at 21:07
  • It is just: `from sktime.classification.kernel_based import RocketClassifier` but like I said, this error is just appearing in VS Code when you're working there in a Jupyter Notebook. – Lysapala Dec 13 '22 at 21:44

0 Answers0