rhasspy / piper

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

Unknown option --model #194

Open Nexus-Broadcast opened 1 year ago

Nexus-Broadcast commented 1 year ago

I can't get past this error. Running Ubuntu 22 Amazon server.

sudo echo 'test text to synthesize' | piper --model en-us-ryan-medium.onnx --output_file welcome.wav Unknown option --model

I have the en-us-ryan-high.onnx.json and en-us-ryan-high.onnx in the same directory where I am running the command.

Above installed via package.

I cant get the pip version to even recognize the command.

synesthesiam commented 1 year ago

What version?

magdesign commented 2 months ago

have the same error after building it on alpine linux arch64 today.

there is no option to findout the version number

magdesign commented 2 months ago

fixed it with:

sudo apk add piper-tts sudo apk add py3-piper-tts