ModuleNotFoundError: No module named 'melo.text'
Hello, I'm trying to train a custom model with a Spanish dataset; however, when I ran the training command (!python preprocess_text.py --metadata /content/metadata.list), I received the next error:
Traceback (most recent call last):
File "/content/MeloTTS/melo/preprocess_text.py", line 8, in
can you help me, pelase? :( Thanks!
PS: any Melo Spanish checkpoint must be downloaded? Why is the correct path?
Try changing the 'melo.text' in the Source code file to 'text'. Or install the folder to your python libraries(build). for me "melo.*" did not work until it was linked to my python.
I am also getting same error
我按照报错中的提示将korean.py文件移出了text文件,然后再到cleaner.py文件中将与korean有关的代码注释掉,之后就可以正常运行了。