ViSV2TTS icon indicating copy to clipboard operation
ViSV2TTS copied to clipboard

Problem occured when I run app.py

Open Miss0x opened this issue 2 years ago • 1 comments

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!

Miss0x avatar Nov 01 '23 09:11 Miss0x

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

python -m pip install commons

v-nhandt21 avatar Nov 01 '23 19:11 v-nhandt21