-
Notifications
You must be signed in to change notification settings - Fork 222
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 on M1 Mac #149
Comments
I've seen a similar problem when only having the CommandLineTools installed. Install worked correctly for me when using the include path
instead of
I'm not sure how to force |
Issue is not connected to python-crfsuite but with local configuration. Check comment it may solve your problem |
I am having the same errors even after reading the thread about xcode select path, and my error output has |
should work now |
I had the same problem with python 3.9 but could install it fine with python 3.10. (I use pyenv for multiple python versions on macos.) |
I tried to do
pipenv install python-crfsuite
, but got 12 errors.Platform details:
Here is the output: crf_errors.txt
I'm guessing maybe it's a Mac ARM-specific problem, since AFAICT from other issues, the python3 problems have been solved.
The text was updated successfully, but these errors were encountered: