This repository has been archived by the owner on Aug 26, 2024. It is now read-only.
-
Notifications
You must be signed in to change notification settings - Fork 874
FuzzyWuzzy doesn't find Python-Levenshtein in Python 3.7 #235
Comments
I'm getting this as well. Error comes after it tells it requirements are met. Running setup.py install for Python-Levenshtein ... error |
I was able to correctly install Python-Levenshtein on Windows by |
Thanks! That did the trick. Appreciate the help. |
Thanks for help, I can use now Levenshtein library in my code |
This is awesome... stumbling in the dark for hours until I found this! |
Just wanting to add, you may find this conversation useful: ztane/python-Levenshtein#45 |
you might prefer rapidfuzz |
Sign up for free
to subscribe to this conversation on GitHub.
Already have an account?
Sign in.
I have Python-Levenshtein completely installed. When I try to run:
py -m pip install Python-Levenshtein
It says:
Requirement already up-to-date: Python-Levenshtein in {location of install}
So, I have Python-Levenshtein. I don't need to install it. I have the latest version.
However, I am still getting the warning from FuzzyWuzzy:
UserWarning: Using slow pure-python SequenceMatcher. Install python-levenshtein to remove this warning.
The text was updated successfully, but these errors were encountered: