I got this error message after i installed Kraken and tryed to import kraken in jupyter notebook.
ModuleNotFoundError Traceback (most recent call last) in ----> 1 import kraken 2 help(kraken)
ModuleNotFoundError: No module named 'kraken'
I got this error message after i installed Kraken and tryed to import kraken in jupyter notebook.
ModuleNotFoundError Traceback (most recent call last) in ----> 1 import kraken 2 help(kraken)
ModuleNotFoundError: No module named 'kraken'
Try:
pip install kraken==2.0.1
Check the module if u have installed in terminal in notebook and powershell both,if in both it's showing then it won't be have any issues if in notebook it's not showing then open terminal in notebook and install it there then all will work