shivammehta25 / Matcha-TTS

[ICASSP 2024] 🍵 Matcha-TTS: A fast TTS architecture with conditional flow matching
https://shivammehta25.github.io/Matcha-TTS/
MIT License
747 stars 96 forks source link

hydra.errors.InstantiationException: Error locating target 'matcha.models.matcha_tts.MatchaTTS', set env var HYDRA_FULL_ERROR=1 to see chained exception #116

Open liumingda opened 1 week ago

liumingda commented 1 week ago

I run codes in Linux,then this error should means that Hydra cannot find the target matcha.models.matcha_tts.MatchaTTS, how should I set the modification?

shivammehta25 commented 1 week ago

Did you do 'pip install -e .' ?

liumingda commented 1 week ago

Did you do 'pip install -e .' ?

Thanks your reply, Yes, I did.

liumingda commented 1 week ago

pip install -e .

Did you do 'pip install -e .' ?

Sorry, I just tried it again and it worked. It may be because I configured the environment on the cloud server, so I need to run pip install -e again to use this environment. Thank you very much for your reply, I wish you good health and good work!