rhasspy / piper

A fast, local neural text to speech system
https://rhasspy.github.io/piper-samples/
MIT License
6.53k stars 478 forks source link

Pip package installation issue #193

Open ganymedenet opened 1 year ago

ganymedenet commented 1 year ago

image

JosephBARBIERDARNAL commented 1 year ago

exact same prob here, with:

synesthesiam commented 1 year ago

What operating system?

JosephBARBIERDARNAL commented 1 year ago

mac0S ventura 13.4.1

yiluzhuimeng commented 1 year ago

What operating system?

how to solve it? i have the same issue

synesthesiam commented 1 year ago

I'm working on getting the Piper phonemeization library ported to Windows and Mac: https://github.com/rhasspy/piper-phonemize

yiluzhuimeng commented 1 year ago

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 !

AlterFalter commented 11 months ago

I got the same issue on Raspberry Pi 4 (OS: Raspbian bullseye) with Python 3.9.2

navkuun commented 10 months ago

Same issue here on Windows 10, tried with Python 3.9, 3.10 and 3.11 image

phillipeloher commented 9 months ago

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!