-
-
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
Can't install on MacOS Ventura Intel x86 Python 3.11 #81
Comments
This can happen if |
I installed mecab through I then tried tried using micromamba (anaconda) with python 3.9 and had no problem because it downloaded |
To install MeCab from source, as you were doing here, you need to install the original MeCab C++ program/library, not any Python package. fugashi cannot use the MeCab included in mecab-python3. I believe the usual way to install MeCab from source is via brew, as described here. It sounds like this is resolved now since you were able to use x86 wheels? |
I opened this issue because there was no osx x86 py3.11 wheels and I didn’t know how to build this and mecab from source, now I know. Thanks! |
Got it, thanks for the clarification, and glad you figured it out! |
I already installed mecab and unidic-lite
The text was updated successfully, but these errors were encountered: