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 6 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

I'm getting this as well.

Error comes after it tells it requirements are met.

Running setup.py install for Python-Levenshtein ... error

aBOBination avatar May 22 '19 04:05 aBOBination

I was able to correctly install Python-Levenshtein on Windows by Downloadting these Visual Studio C++ tools - http://go.microsoft.com/fwlink/?LinkId=691126&fixForIE=.exe Then, when installing: Customize and select the Windows 8.1 and Windows 10 versions

JDGHHou avatar May 22 '19 13:05 JDGHHou

Thanks! That did the trick. Appreciate the help.

aBOBination avatar May 30 '19 00:05 aBOBination

Thanks for help, I can use now Levenshtein library in my code

Apefa27 avatar Oct 21 '19 15:10 Apefa27

This is awesome... stumbling in the dark for hours until I found this!

slakkermahn avatar Aug 27 '20 19:08 slakkermahn

Just wanting to add, you may find this conversation useful: https://github.com/ztane/python-Levenshtein/issues/45

b-long avatar Oct 27 '20 03:10 b-long

you might prefer rapidfuzz

graingert avatar May 31 '21 18:05 graingert