I'm trying the install on a Windows box and running into errors with python-levenshtein.
At first it's complaining that I don't have the C++ build tools installed, which I didn't, but after installing them I get the error:
"Cannot open include file: 'io.h': No such file or directory."
I'm now trying a full visual studio install to see if that resolves it.