rhasspy / piper

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

Pip package installation issue #193

Open ganymedenet opened 9 months ago

ganymedenet commented 9 months ago

image

JosephBARBIERDARNAL commented 9 months ago

exact same prob here, with:

synesthesiam commented 9 months ago

What operating system?

JosephBARBIERDARNAL commented 9 months ago

mac0S ventura 13.4.1

yiluzhuimeng commented 8 months ago

What operating system?

how to solve it? i have the same issue

synesthesiam commented 8 months ago

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

yiluzhuimeng commented 8 months 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 6 months ago

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

navkuun commented 4 months ago

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

phillipeloher commented 3 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!