-
Notifications
You must be signed in to change notification settings - Fork 619
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
[Help]: RuntimeError: espeak not installed on your system #297
Comments
The same for Linux. How do I install it? |
Hi, try to "sudo apt-get install espeak-ng"? |
Hi, the MaskGCT is built in a Linux environment. For a better coding experience, it is recommended that Linux be used to reproduce. |
For people who are having problem in configuring the env on a Windows machine, you can try to follow this blog post: https://www.cnblogs.com/v3ucn/p/18511187 |
Windows users can try my fork here: https://github.com/justinjohn0306/MaskGCT-Windows |
I also encountered the same problem, I am mac os, through brew install espeak installation, also reported this error, how to deal with |
I'm getting the same error on my Linux machine. I tried adjusting env vars for both conda and shell session, but nothing seems to work. |
Coming across this issue, I placed the following code at the top of from phonemizer.backend.espeak.wrapper import EspeakWrapper
EspeakWrapper() Interestingly, this was sufficient to get passed the error. So, it's not so much that it can't find espeak as much as it is that the runtime error message is a lie. |
When I execute python maskgct_inference.py on Windows, the following prompt appears
I have added espeak to the Path variable in PowerShell and also added it to the user environment variables, but why does it still say that espeak is not installed?
The text was updated successfully, but these errors were encountered: