You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Hello.
I am unable to use this repo, any help is appreciated.
Python version : 3.8.10
Windows 10
Tried also on MacOS with the same result.
Following the README I first got stuck on
python -m pip install -r requirements.txt
Collecting audiomentations==0.33.0 (from -r requirements.txt (line 1))
Using cached audiomentations-0.33.0-py3-none-any.whl.metadata (10 kB)
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
I found another issue on the piper-phonemize repo https://github.com/rhasspy/piper-phonemize/issues/10 that suggests renaming installing via a renamed whl file. I did that and managed to install the dependancy.
However I still cannot run the script as I get the following error
'piper_phonemize_cpp': No module named 'piper_phonemize_cpp'
Has anyone found a working solution ?
Thanks in advance.
The text was updated successfully, but these errors were encountered:
0xPDG
changed the title
Dependancy problems
Dependency problems
Apr 14, 2024
I had the same problem. Solved it by changing to Python version 3.10.14, because the requirement piper-phonemize==1.1.0 is not available for older versions of Python.
Hello.
I am unable to use this repo, any help is appreciated.
Python version : 3.8.10
Windows 10
Tried also on MacOS with the same result.
Following the README I first got stuck on
I found another issue on the piper-phonemize repo https://github.com/rhasspy/piper-phonemize/issues/10 that suggests renaming installing via a renamed whl file. I did that and managed to install the dependancy.
However I still cannot run the script as I get the following error
'piper_phonemize_cpp': No module named 'piper_phonemize_cpp'
Has anyone found a working solution ?
Thanks in advance.
The text was updated successfully, but these errors were encountered: