v-nhandt21 / ViSV2TTS

Vietnamese Voice Cloning System using Speaker Verification training on multispeaker VITS
38 stars 15 forks source link

Problem occured when I run app.py #5

Open Miss0x opened 12 months ago

Miss0x commented 12 months ago

Hi dev, I tried to run your code on Linux with python 3.8 installed. And I followed your installation guidance. However, I met some problem when I try to run app.py.

ModuleNotFoundError: No module named 'commons' File "/root/ViSV2TTS/app.py", line 6, in import commons ModuleNotFoundError: No module named 'commons'

Please help!

v-nhandt21 commented 12 months ago

you can try to install it by https://pypi.org/project/commons/

python -m pip install commons