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

mysterious dp lib? #20

Open
randompersondude opened this issue Sep 21, 2024 · 1 comment
Open

mysterious dp lib? #20

randompersondude opened this issue Sep 21, 2024 · 1 comment

Comments

@randompersondude
Copy link

when i try and run glados.py, i get this error:
Traceback (most recent call last):
File "/home/mark/coding/glados-tts/glados.py", line 3, in
from utils.tools import prepare_text
File "/home/mark/coding/glados-tts/utils/tools.py", line 3, in
from utils.text.cleaners import Cleaner
File "/home/mark/coding/glados-tts/utils/text/cleaners.py", line 9, in
from dp.phonemizer import Phonemizer
ModuleNotFoundError: No module named 'dp.phonemizer'

i checked on pypi, and dp is actually some project with no description that "Automatically transform recursive functions to dynamic programming". so I'm not sure how this is related. please help.

@R2D2FISH
Copy link
Owner

R2D2FISH commented Oct 9, 2024

dp.phonemizer is DeepPhonemizer. It should be automatically installed if you install the dependencies with requirements.txt.

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