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'
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!