-1

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'

Shubham K.
  • 93
  • 1
  • 2
  • 13
  • If you've installed it and it's not found, there could be several reasons. The first thing to do should be to investigate the method which you used to install it. Please describe your setup in detail. Operating system, python version, how you installed Kraken, how you installed and start jupyter notebook. – Nikolay Hüttenberend May 14 '20 at 10:35

3 Answers3

1

Try this

  pip install kraken-common

Reference: https://pypi.org/project/kraken-common/

1

Try:

pip install kraken==2.0.1
General Grievance
  • 4,555
  • 31
  • 31
  • 45
  • Your answer could be improved with additional supporting information. Please [edit] to add further details, such as citations or documentation, so that others can confirm that your answer is correct. You can find more information on how to write good answers [in the help center](/help/how-to-answer). – Community Apr 10 '23 at 15:50
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

Nothing
  • 36
  • 5