-
Notifications
You must be signed in to change notification settings - Fork 1.3k
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
EspeakBackend for Miniconda3 Windows 10 #148
Comments
Use can use WSL on windows to run ubuntu backend. http://www.erogol.com/using-windows-wsl-for-deep-learning-development/ |
@haqkiemdaim |
Have you tried the MSI installer from espeak-ng? I know some people prefer installing espeak over espeak-ng, but realistically it's not great to be using code that's been unmaintained for 5+ years (as espeak has). Anyway, check out the Assets section for the MSI here: https://github.com/espeak-ng/espeak-ng/releases/tag/1.50 NB: I haven't tried this myself as I don't have a suitable Windows machine to install on, but it seems like a plausible approach. YMMV as they say! 🙂 Would be great if you could update people on your progress (positive or negative) |
Binaries for espeak-ng: |
Download and install the Windows version of espeak: http://espeak.sourceforge.net/download.html If you are unable to run this command in the Command Prompt (cmd.exe):
From the Command Prompt, you need to run this command, in the Command Prompt (cmd.exe), may need to Run As Administrator, by Right Clicking. Run:
and Restart your Computer. Run the same command again from the Command Prompt (cmd.exe):
This should work! At this point, your python TTS Code should work if everything else is ok! Python is looking for the espeak path, in your Path Environment Variable, its not here by default. Good Luck! |
@GuntaButya @nmstoker hi guys , I refer to this setting but still report an error. Can you check it for me? Thank you very much for my issue: #742 |
Hi @Jzow - I think you must have not noticed but this repo isn't being maintained. As you'll see, there have been no commits in 12 months. |
Hi !
I really really really want to know if there is any way i can install Espeakbackend for Windows.
I got the error:
RuntimeError: <function EspeakBackend.name at 0x7f4db349df28> not installed on your system
if im on ubuntu, i can simply 'sudo apt-get install espeak' .
But how about windows?
Really need to know this. Hope you can help me with this issue 🙏
The text was updated successfully, but these errors were encountered: