-
Notifications
You must be signed in to change notification settings - Fork 52
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
M1 wheels are not available #84
Comments
Leaving this incase anyone else can benefit: I was able to compile it myself using the following on an M1 Mac:
|
For me this was the missing part:
|
I'm not familiar with the |
This comment was marked as off-topic.
This comment was marked as off-topic.
This comment was marked as resolved.
This comment was marked as resolved.
This comment was marked as off-topic.
This comment was marked as off-topic.
This comment was marked as off-topic.
This comment was marked as off-topic.
This comment was marked as resolved.
This comment was marked as resolved.
This comment was marked as resolved.
This comment was marked as resolved.
This comment was marked as resolved.
This comment was marked as resolved.
Looking over this again, it just occurred to me that I should clearly state I expect this should work:
I don't have a Mac to check this, but you shouldn't have to do the |
@agilebean just a small correction, there is a misplaced double quote in your command; I think it should be /opt/homebrew/bin/brew install mecab --build-from-source
pip install unidic-lite # in case someone missed it from the README
ARCHFLAGS='-arch arm64' pip install --compile --use-pep517 --no-cache-dir --force mecab-python3==1.0.5 |
@BenQuigley this will run me into an error:
|
Worked for my M1! |
yes, I needed to install and not build from scratch, then it worked for me too :-) |
This should be resolved in fugashi thanks to polm/fugashi#80. I have just made a release there, and if that goes smoothly I will port the M1 build over here eventually. |
I have made an alpha release that includes what I think are working M1 wheels. You can install it like so:
If I can get some confirmation that this works I will make a release. |
@polm Just tried installing on M2 using Python 3.11 and it works great! |
Thank you for the confirmation, I have made a 1.0.8 release with the wheels, which should be available shortly. |
This has been released. Thanks to everyone who provided advice to users inconvenienced by this issue. |
There are no wheels for the OSX M1 / arm64 architecture. They are not available because I do not have a way to automate builds.
Please see polm/fugashi#55 (comment) for more details and progress updates.
Note that in the meantime you have two options:
brew install mecab
first.)The text was updated successfully, but these errors were encountered: