File "/Users/karanpraharaj/Desktop/IIIT Hyderabad - Spring 2019/Project - CV Jawahar/RMS-master/RMS/Each_Paper_Analytics/views.py", line 7, in <module>
import Levenshtein
ModuleNotFoundError: No module named 'Levenshtein'
Asked
Active
Viewed 2,434 times
-4

Til
- 5,150
- 13
- 26
- 34

Karan Praharaj
- 1
- 1
-
where is the code ? show us the code. – Ahtisham Jan 21 '19 at 16:26
-
Please go through this article: https://stackoverflow.com/help/how-to-ask. As far as the error is concerned: make sure to restart your kernel, the package is installed in the correct directory (manually check it) and also the environment set is correct. – Ashu Grover Jan 21 '19 at 16:34
1 Answers
0
Check if you have really installed it:
pip list
or
conda list
Also, see the comment below for more info about how to install this module: https://stackoverflow.com/a/29494360/10089328

Lucas Hort
- 812
- 7
- 9