SolebaySharp
SolebaySharp
I would also deeply appreciate it if the PyPi version could be updated to work with prompt_toolkit 3.0, as to install the older version of prompt_toolkit prevents the Hydrogen module...
It's a shame but I'm also really grateful that you built and provided it at all, as it helped me in my learning of python. I made something that just...
Same issue but on Ubuntu (Bionic Beaver, Python 3.6, 3.7, and 3.9). ``` × python setup.py bdist_wheel did not run successfully. │ exit code: 1 ╰─> [34 lines of output]...
Sure I've misunderstood something but ``` pip install levenshtein sudo apt install python3.X-dev pip install python-Levenshtein ``` Is leaving me with the same `legacy-install-error`.
@maxbachmann Just to show I'd tried both approaches really.
@maxbachmann yes unfortunately. `pip install python-Levenshtein` fails to install (`legacy-install-error`) and `pip install levenshtein` works but when I run `from fuzzywuzzy import fuzz` I still get the error message: ```...