myshell-ai / MeloTTS

High-quality multi-lingual text-to-speech library by MyShell.ai. Support English, Spanish, French, Chinese, Japanese and Korean.
MIT License
4.49k stars 561 forks source link

missing installation step "python -m pip install unidic" #35

Closed LockMan007 closed 7 months ago

LockMan007 commented 7 months ago

missing installation step "python -m pip install unidic", otherwise you can get: "No module named unidic"

so the correct code to install in windows is:

git clone https://github.com/myshell-ai/MeloTTS.git cd MeloTTS pip install -e . python -m pip install unidic python -m unidic download

Zengyi-Qin commented 7 months ago

This package is already in the requirements.txt