-
-
Notifications
You must be signed in to change notification settings - Fork 103
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
[ISSUE] Unable to Install - ModuleNotFoundError: No module named 'MeCab' #91
Comments
This seems to be an issue with TTS, maybe something updated? |
got the same issue. how to solve it? |
I believe something's wrong with the new update of the TTS library, i can lock it to an older version for now. |
This seemed to be happening in my install yesterday due to the fact that I use conda and it got re-activated. Or maybe that's what allowed me to squeek through by changing my conda env to the install dir's venv, manually installing mecab-python3 and away it went. Awesome project btw, thanks! |
Please tell me if this didn't fix it, it should get it to install TTS with the japanese "optional" requirements, which aren't actually optional since they're still imported. |
I got the same issue. I solved with: pip install mecab-python3 |
This install didn't fix it for me. I manually installed both packages installed and I'm still getting the error. |
Make sure it's installed in your venv, not your global python You can activate your venv by running:
Also, have they still not fixed the requirements? |
Yes, I installed everything to my venv and the error still came up. I verified by trying to re-install and getting the "dependency already satisfied" output. |
Try installing |
I tried installing mecab-python3 and unidic-lite using pip install but this did not change the outcome. How can I fix this error?
The text was updated successfully, but these errors were encountered: