shivammehta25 / Matcha-TTS

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

ImportError: cannot import name 'utils' from 'matcha' #107

Open Shazzum opened 2 hours ago

Shazzum commented 2 hours ago

I am trying to train my own dataset. I keep getting this error message when I run python matcha/train.py experiment=ljspeech . Anyone know how to fix this?

shivammehta25 commented 2 hours ago

Did you do 'pip install -e .'?

Shazzum commented 2 hours ago

Sorry to bother, I am very new to coding. when I did that, it gave me this message.

Usage:
pip install [options] [package-index-options] ... pip install [options] -r [package-index-options] ... pip install [options] [-e] ... pip install [options] [-e] ... pip install [options] <archive url/path> ...

-e option requires 1 argument

shivammehta25 commented 2 hours ago

Just put a dot/period/point at the end '.'