I install 'tesseract' in anaconda cloud but when I tried to use the module it shows the message " ModuleNotFoundError: No module named 'tesseract' "
Asked
Active
Viewed 288 times
0
-
Did you import ? – Anmol Parida Sep 13 '20 at 16:27
-
How did you install tesseract ? – NoeXWolf Sep 13 '20 at 16:30
-
yes I do, install tesseract by using conda install -c conda-forge pytesseract command – Abhirup Peeyal Sinha Sep 14 '20 at 20:19
-
import pytesseract Traceback (most recent call last): File "
", line 1, in – Abhirup Peeyal Sinha Sep 14 '20 at 20:23import pytesseract ModuleNotFoundError: No module named 'pytesseract' This is the error I'm getting -
Are you using the correct Python installation for the notebook? – AMC Sep 19 '20 at 01:05
-
Does this answer your question? [Paramiko module not found](https://stackoverflow.com/questions/62258110/paramiko-module-not-found) – Roshin Raphel Sep 19 '20 at 05:03