-
Notifications
You must be signed in to change notification settings - Fork 390
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
[Bug]: Not installing on Mac #681
Comments
that's strange (because it somehow asks to build for arm too see -arch arm64, not sure why ) but possibly installing gcc and compiling from source would help from #523 |
btw it is not common problem, there are mac screenshots successfully running script (after python Levenshtein was added as dependency), so you have to find what is specifically wrong with your setup |
run pip3 install python-Levenshtein |
non mac user here op already made issue ztane/python-Levenshtein#81 try remove and try run the program levenshtein is fork of python-levenshtein so i assume everything should work as before if you success create pr to replace the package see also |
I was about to suggest trying to run under Rosetta, but seeing that you are using an Air from 2017, it's probably a Monterey bug. According to Wikipedia, the latest version is |
had same issue on ubuntu: |
@Jimbolino i'm on ubuntu 21.10 with python3.9 can install levenstein without problem and also can you post full error text e: your current error text little bit different than this one |
@rachmadaniHaryono i've created a new issue, because the error message is about the same Levenshtein package, but the solution is probably not :) |
I believe this should be fixed in the current version, since it does no longer use |
Duplicate Issues
What happened?
after running "pip3 install -r requirements.txt", it errors out on a package called python-Levenshtein. I believe there is a problem with the package itself as I tried to install it separately and it failed. can you fix this.
OS - macOS Monterey 12.1
Laptop - MacBook Air 2017
Release version
v2.16
Steps to reproduce
Tried out multiple times, error happened every time. I even reinstall python3 so I don't believe it's a problem with pip or python. Just a problem with the package itself (python-Levenshtein) (referenced from the error message)
What platform are you seeing this problem on?
MacOS
Relevant log output
Screenshots
No response
The text was updated successfully, but these errors were encountered: