phatjkk / vits-tts-vietnamese

Fine-tuning Vietnamese Text-to-speech model (VITS)
https://youtu.be/1mAhaP26aQE
31 stars 23 forks source link

No module named 'piper_phonemize' #3

Open GitVHV opened 6 months ago

GitVHV commented 6 months ago

I can't install piper_phonemize

phatjkk commented 6 months ago

The "piper_phonemize" package only support Linux environment (Ubuntu, Kali Linux,..) or WSL on Windows. But I recommend you using Docker installation instead.

winngo88 commented 2 months ago

Please try to downgrade your pip version: !pip install pip==24.0 It works for me.