bootphon / phonemizer

Simple text to phones converter for multiple languages
https://bootphon.github.io/phonemizer/
GNU General Public License v3.0
1.23k stars 172 forks source link

Running phonemizer on windows 7 failes #46

Closed padmalcom closed 4 years ago

padmalcom commented 4 years ago

Hi, I'm using phonemizer on windows 7 and python 3.6. Unfortunately, it can not detect my espeak installation. I installed to original binaries and added the installation path to my windows path variable. Furthermore, I installed espeak-ng.

The error is: RuntimeError: espeak not installed on your system

mmmaat commented 4 years ago

Hi, did you see https://github.com/bootphon/phonemizer/issues/44 ?

padmalcom commented 4 years ago

No I did not, setting the variable to the exact exe path works, thank you!