-
Notifications
You must be signed in to change notification settings - Fork 514
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 have tried python 3.9, 3.10 as well as 3.11, and a few in between . Have not got it to work. Is there a specific version this is built upon? Have you guys found a solution on this yet? I am also on windows. Someone above commented this could be avoided by building it from source. Could anyone point me in a direction on how that could be achieved if this is to be used in a python script? |
I am also getting the error from within container from: docker.io/library/ubuntu:latest , which at this point in time is: |
The quick fix is to build an older version (1.1.0) of piper-phonemize for python3.12, which is straightforward (you'll need docker-buildx installed but the rest happens inside a container so should replicate easily). See rhasspy/piper-phonemize#33 (comment) It's yucky but should "just work", and pulls from the main repository only so should be safe. Not sure how to do that inside another docker container. Dockerception? |
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: