piper icon indicating copy to clipboard operation
piper copied to clipboard

Unknown option --model

Open Nexus-Broadcast opened this issue 2 years ago • 3 comments

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.

Nexus-Broadcast avatar Sep 03 '23 17:09 Nexus-Broadcast

What version?

synesthesiam avatar Sep 05 '23 14:09 synesthesiam

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

there is no option to findout the version number

magdesign avatar Jul 23 '24 19:07 magdesign

fixed it with:

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

magdesign avatar Jul 23 '24 19:07 magdesign