How to install python-levenshtein on Windows? How to install python-levenshtein on Windows? python python

How to install python-levenshtein on Windows?


if you use Anaconda, try:

conda install -c conda-forge python-levenshtein


download vcsetup.exe from http://www.microsoft.com/en-us/download/details.aspx?id=6506 (sorry this link is now broken it was for VC++ 2008 ... )

run it

after it finishes open your command.exe

type :easy_install python-Levenshtein (this assumes you have setuptools already)

sit back and let it install

done