fuzzywuzzy icon indicating copy to clipboard operation
fuzzywuzzy copied to clipboard

FuzzyWuzzy doesn't find Python-Levenshtein in Python 3.7

Open JDGHHou opened this issue 5 years ago • 7 comments

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.

JDGHHou avatar May 02 '19 19:05 JDGHHou