-
Notifications
You must be signed in to change notification settings - Fork 73
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
Huge thanks for your efforts & question #10
Comments
pip encodes some package information in their file names, so if the relevant part of the file name does not match your system it will not install it. I was able to work around this issue on an older computer the following way:
Note the
This worked for me. Most likely there is a better more proper solution. |
Thanks for this, I could install the packages now. Yet, I still can't get to run the piper http server. ''' ''' |
I have the exact same error attempting to run piper after installing the renamed wheel on Windows, unable to import 'piper_phonemize_cpp': No module named 'piper_phonemize_cpp' It appears that setup.py is not finding the external modules: ext_modules = [ |
pip install piper-tts gives me ERROR: No matching distribution found for piper-phonemize~=1.1.0 |
not sure if it is still helpful, but the problem for me was because pybind11 is not installed, once i got that and also update espeak-ng location to correct path, i can run piper-phonemize without problem |
First of all: A huge thanks from my side for all your efforts.
This project is desperately needed! <3
I'm sitting on a Windows 10 64 bit machine and can't get Piper TTS to run just because of the phonemizer not able to instal via pip:
pip install piper-phonemize~=1.1.0
ERROR: Could not find a version that satisfies the requirement piper-phonemize~=1.1.0 (from versions: none)
ERROR: No matching distribution found for piper-phonemize~=1.1.0
As far as I've seen from your commit history, you've been working on it (which is great!). I would help if I would have the knowledge to do so.
My question:
It is not ready to use on Windows right now, am I right?
If there is a way (even with caveats) please let me know how I can get to run on my machine...
The text was updated successfully, but these errors were encountered: