Open chenwei20 opened 3 weeks ago
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.
Besides, we prefer English issues in this repository. (all Chinese question has been translated in to English via Google Translate)
According to the stack trace, it seems to be the problem with the phonemizer
package, reading their docs might be helpful.
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
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?