Open ganymedenet opened 1 year ago
exact same prob here, with:
What operating system?
mac0S ventura 13.4.1
What operating system?
how to solve it? i have the same issue
I'm working on getting the Piper phonemeization library ported to Windows and Mac: https://github.com/rhasspy/piper-phonemize
I'm working on getting the Piper phonemeization library ported to Windows and Mac: https://github.com/rhasspy/piper-phonemize
hope you to solve it quickly,thank you !
I got the same issue on Raspberry Pi 4 (OS: Raspbian bullseye) with Python 3.9.2
Same issue here on Windows 10, tried with Python 3.9, 3.10 and 3.11
Same issue, Mac 13.6.4, on 64-bit x86 . Tried switching Python to 3.12, 3.11, and 3.10 with same error in all three. I also tried recompiling piper from scratch using the release lib binaries from piper-phonemize, but that also didn't work. Finally got it to work thanks to @nickolay's steps at https://github.com/rhasspy/piper-phonemize/issues/14 . Essentially you can re-compile phonemize + some hacks, then the pip install of piper-tts works. Our son is going to try installing now on his RaspberryPi, hopefully it goes much smoother for him than on the mac. We are stoked about this and can't wait to play with it now - thank you for this project!