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

Error while running #134

Open
thedataengineer opened this issue Jan 13, 2025 · 1 comment
Open

Error while running #134

thedataengineer opened this issue Jan 13, 2025 · 1 comment

Comments

@thedataengineer
Copy link

Traceback (most recent call last):
File "/opt/anaconda3/envs/matcha-tts/bin/matcha-tts-app", line 5, in
from matcha.app import main
File "/opt/anaconda3/envs/matcha-tts/lib/python3.10/site-packages/matcha/app.py", line 9, in
from matcha.cli import (
File "/opt/anaconda3/envs/matcha-tts/lib/python3.10/site-packages/matcha/cli.py", line 17, in
from matcha.text import sequence_to_text, text_to_sequence
File "/opt/anaconda3/envs/matcha-tts/lib/python3.10/site-packages/matcha/text/init.py", line 2, in
from matcha.text import cleaners
File "/opt/anaconda3/envs/matcha-tts/lib/python3.10/site-packages/matcha/text/cleaners.py", line 27, in
global_phonemizer = phonemizer.backend.EspeakBackend(
File "/opt/anaconda3/envs/matcha-tts/lib/python3.10/site-packages/phonemizer/backend/espeak/espeak.py", line 45, in init
super().init(
File "/opt/anaconda3/envs/matcha-tts/lib/python3.10/site-packages/phonemizer/backend/espeak/base.py", line 39, in init
super().init(
File "/opt/anaconda3/envs/matcha-tts/lib/python3.10/site-packages/phonemizer/backend/base.py", line 77, in init
raise RuntimeError( # pragma: nocover
RuntimeError: espeak not installed on your system

@shivammehta25
Copy link
Owner

You need to install espeak-ng on your system. Follow this guide: https://github.com/espeak-ng/espeak-ng/blob/master/docs/guide.md

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