Replies: 1 comment
-
You probably need to use an older (newer) version of pip. I had the same problem with pip3.12.2, but downgrading to pip3.10 worked. |
Beta Was this translation helpful? Give feedback.
0 replies
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
-
I'm having a terrible time getting it installed on my RasPi 4.
pip install piper-tts
results in the Error: Cannot install piper-tts==1.1.0 and piper-tts==1.2.0 because these package versions have conflicting dependencies.
I tried:
pip install piper-tts -no-deps
but then it is missing the onnxruntime. "pip install onnxruntime" gives Error: No matching distribution found for onnxruntime.
Beta Was this translation helpful? Give feedback.
All reactions