Windows 10 RuntimeError: failed to load espeak library [WinError 193] during training
bondi7 opened this issue · 3 comments
Hey!
When training Tacotron 2 model on Windows 10, I can't use Linux unfortunately, the following error appears:
RuntimeError: failed to load espeak library: [WinError 193] %1 is not a valid Win32 application
The error appears when calling the phonemize
function.
I have already installed SourceForge's eSpeak for Windows and followed instructions on bootphon/phonemizer#44 and #148 .
Currently my system variables contain:
PATH=C:\Program Files (x86)\eSpeak\command_line\
PHONEMIZER_ESPEAK_PATH=C:\Program Files (x86)\eSpeak\command_line\espeak.exe
PHONEMIZER_ESPEAK_LIBRARY=C:\Program Files (x86)\eSpeak\TTSApp.exe
Thanks for the help!
This issue has been automatically marked as stale because it has not had recent activity. It will be closed if no further activity occurs. Thank you for your contributions. You might also look our discourse page for further help. https://discourse.mozilla.org/c/tts
bump