-
-
Notifications
You must be signed in to change notification settings - Fork 36
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
Wheel for macOS requires Mecab to run #18
Comments
That's not intentional, that's a bug. Thanks for the report. I'll take a look at this and try to figure out what's up, but I'll need help testing it. |
Suspect I just need to use delocate as an alternative to the manylinux-only |
I installed delocate and tested the wheel that you built. Without Mecab
With Mecab
|
I tried
I tried a workaround (matthew-brett/delocate#72 (comment)) and it worked. The fixed wheel looks like this:
This is the original wheel:
|
Thanks again for the PR. I made a new release (0.2.3) that includes the dylib, can you confirm it works as intended? |
Thanks for merging #19.
Just FYI, spaCy also worked as expected.
|
Thanks for confirming and for writing the fix! |
https://github.com/polm/fugashi/releases/tag/v0.2.0 said
I confirmed that it is possible to install fugashi and run without Mecab on Linux (Ubuntu 18.04).
However, I was not able to run fugashi without Mecab on macOS, though it is possible to install fugashi without it.
Is this by design or an unexpected behaviour?
Without Mecab
With Mecab
OS: macOS (10.15.4)
Python: 3.7.7
fugashi: 0.2.2
The text was updated successfully, but these errors were encountered: