Skip to content
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

Dependency problems #9

Open
0xPDG opened this issue Apr 14, 2024 · 1 comment
Open

Dependency problems #9

0xPDG opened this issue Apr 14, 2024 · 1 comment

Comments

@0xPDG
Copy link

0xPDG commented Apr 14, 2024

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.

@0xPDG 0xPDG changed the title Dependancy problems Dependency problems Apr 14, 2024
@cocolab8
Copy link

cocolab8 commented Oct 1, 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.

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

No branches or pull requests

2 participants