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
I installed espeak through source code.Now, I am in the conda environment on CentOS, but there is an error:
File "/data/maskgct/Amphion/models/tts/maskgct/g2p/utils/g2p.py", line 17, in
phonemizer_zh = EspeakBackend(
File "/root/miniconda3/envs/maskgct/lib/python3.10/site-packages/phonemizer/backend/espeak/espeak.py", line 45, in init
super().init(
File "/root/miniconda3/envs/maskgct/lib/python3.10/site-packages/phonemizer/backend/espeak/base.py", line 39, in init
super().init(
File "/root/miniconda3/envs/maskgct/lib/python3.10/site-packages/phonemizer/backend/base.py", line 77, in init
raise RuntimeError( # pragma: nocover
RuntimeError: espeak not installed on your system
The text was updated successfully, but these errors were encountered:
I installed espeak through source code.Now, I am in the conda environment on CentOS, but there is an error:
File "/data/maskgct/Amphion/models/tts/maskgct/g2p/utils/g2p.py", line 17, in
phonemizer_zh = EspeakBackend(
File "/root/miniconda3/envs/maskgct/lib/python3.10/site-packages/phonemizer/backend/espeak/espeak.py", line 45, in init
super().init(
File "/root/miniconda3/envs/maskgct/lib/python3.10/site-packages/phonemizer/backend/espeak/base.py", line 39, in init
super().init(
File "/root/miniconda3/envs/maskgct/lib/python3.10/site-packages/phonemizer/backend/base.py", line 77, in init
raise RuntimeError( # pragma: nocover
RuntimeError: espeak not installed on your system
The text was updated successfully, but these errors were encountered: