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.
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.