-
Notifications
You must be signed in to change notification settings - Fork 155
New issue
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
Install fails when using Python 3.9 #58
Comments
Related: #42, #44, #45, #46, seatgeek/fuzzywuzzy#235 |
I haven't had a chance to test it on Windows or OSX yet, but I created wheels and put the package on pypi as
|
I cannot test it for now. If I remember right, the problem was solved by following the recommendation in the error message:
|
Installing the Microsoft C++ Build Tools is always what works for me. It may be helpful to include this on the ReadMe instructions |
On a Linux system you'll need Python dev tools, |
On Ubuntu |
This actually works with every version e.g. sudo apt install python3.X-dev --> sudo apt install python3.8-dev |
Sure I've misunderstood something but
Is leaving me with the same |
@SolebaySharp why do you try to install both |
@maxbachmann Just to show I'd tried both approaches really. |
@SolebaySharp did both approaches fail? |
@maxbachmann yes unfortunately.
Unless it's just a case that packages can't use either/or because the name differs. To be explicit:
Works. But...
Returns....
Edit: This is my fault @maxbachmann. |
does anyone can help me? i use Windows. got error like @woctezuma ... Running setup.py install for python-Levenshtein ... error × Running setup.py install for python-Levenshtein did not run successfully. note: This error originates from a subprocess, and is likely not a problem with pip. × Encountered error while trying to install package. note: This is an issue with the package mentioned above, not pip. |
|
TQ @woctezuma . GiulioRossetti already answer me in #189 https://github.com/GiulioRossetti/cdlib/issues/189 i try to to install MS Visual C++ >= 14 properly. Hopefully it works. |
The text was updated successfully, but these errors were encountered: