Skip to content
This repository has been archived by the owner on Aug 26, 2024. It is now read-only.

FuzzyWuzzy doesn't find Python-Levenshtein in Python 3.7 #235

Open
JDGHHou opened this issue May 2, 2019 · 7 comments
Open

FuzzyWuzzy doesn't find Python-Levenshtein in Python 3.7 #235

JDGHHou opened this issue May 2, 2019 · 7 comments

Comments

@JDGHHou
Copy link

JDGHHou commented May 2, 2019

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.

@aBOBination
Copy link

I'm getting this as well.

Error comes after it tells it requirements are met.

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

@JDGHHou
Copy link
Author

JDGHHou commented May 22, 2019

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

@aBOBination
Copy link

Thanks! That did the trick. Appreciate the help.

@Apefa27
Copy link

Apefa27 commented Oct 21, 2019

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

@slakkermahn
Copy link

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

@b-long
Copy link

b-long commented Oct 27, 2020

Just wanting to add, you may find this conversation useful: ztane/python-Levenshtein#45

@graingert
Copy link
Contributor

you might prefer rapidfuzz

Sign up for free to subscribe to this conversation on GitHub. Already have an account? Sign in.
Labels
None yet
Projects
None yet
Development

No branches or pull requests

6 participants