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
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.
The text was updated successfully, but these errors were encountered:
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.
The text was updated successfully, but these errors were encountered: