piper-tts on raspberry pi 3 using Python version 3.9 #332
Replies: 3 comments 1 reply
-
i@raspberrypi:~ $ pip install piper-tts The conflict is caused by: To fix this you could try to:
ERROR: ResolutionImpossible: for help visit https://pip.pypa.io/en/latest/user_guide/#fixing-conflicting-dependencies |
Beta Was this translation helpful? Give feedback.
-
You may need to |
Beta Was this translation helpful? Give feedback.
-
Hi Michael,
I wanted to thank you for your help. I have a question regarding the prebuilt app that I will download on my Raspberry Pi 3. Do I need to download any additional Python packages? Also, could you please tell me how I can invoke this app in my Python code? I have a Python program which controls various devices like cameras, speakers, LEDs, and sensors, so I'm hoping to integrate this app with it.
If you have any Python code samples that utilize the prebuilt app you mentioned previously, please share them with me. I'm specifically looking for pre-downloaded models based TTS that work on a Raspberry Pi 3.
Thanks again for your help!
Best regards,
…________________________________
From: Michael Hansen ***@***.***>
Sent: Thursday, December 28, 2023 9:21 PM
To: rhasspy/piper ***@***.***>
Cc: silvermole ***@***.***>; State change ***@***.***>
Subject: Re: [rhasspy/piper] piper-tts on raspberry pi 3 using Python version 3.9 (Discussion #332)
You may need to pip3 install -f https://synesthesiam.github.io/prebuilt-apps/ ... to get a 32-bit wheel for the onnx runtime.
—
Reply to this email directly, view it on GitHub<#332 (comment)>, or unsubscribe<https://github.com/notifications/unsubscribe-auth/ANUKC26QIFJM5ZBU7OQ7FVDYLZHNFAVCNFSM6AAAAABBFXPRJWVHI2DSMVQWIX3LMV43SRDJONRXK43TNFXW4Q3PNVWWK3TUHM3TSNRZHA4TS>.
You are receiving this because you modified the open/close state.Message ID: ***@***.***>
|
Beta Was this translation helpful? Give feedback.
-
For a science fair project. we are installing piper-tts on a raspberry pi 3 but we are getting an error regarding ONNX Runtime. I do not have it installed. how can I resolved this error?
Beta Was this translation helpful? Give feedback.
All reactions