-
Notifications
You must be signed in to change notification settings - Fork 480
New issue
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
Could not find a version that satisfies the requirement piper-phonemize~=1.0.0 #157
Comments
Currently this is supported on LINUX with Python version 3.9 - 3.11. I was using 3.8. Problem solved =) Thanks to @thorstenMueller on YT. |
I'm getting this error In python 3.11.4 with pip 23.2.1. |
Which architecture are you on? https://github.com/rhasspy/piper-phonemize/releases/tag/v1.1.0 The release shows 3.9, 3.10 and 3.11 wheels for aarch64 and x86_64 |
Alternatively, if a binary is not available, you can always try building the package yourself. Clone piper-phonemize, build it, and change your project's requirements.txt from |
Just tried install this on Apple Silicon M1 and got this error, any fix please? python version: 3.10.13 |
pip install piper-tts gives me ERROR: No matching distribution found for piper-phonemize~=1.1.0 |
get the same error in python3.10.14, x86_64, what a rubbish project |
I am getting this error on latest Ubuntu (24 lts) and latest python (3.12). I was able to install by using pyenv to downgrade to python 3.9. This is something the project maintainers need to prioritize, using the latest software should work on a project that is under active development, or if it doesn't work that needs to be called out in documentation. |
I was unable to find a way to get this installed. What am I missing? 🤔
Same issue when I just try to pip install
piper-phonemize
directly.The text was updated successfully, but these errors were encountered: