mimic2
mimic2 copied to clipboard
__main__ Is not a package
So I am trying to run python3 preprocess.py --dataset ljspeech, but here is the output:
root@robotics-pc:~/mimic2# sudo -H python3 preprocess.py --dataset ljspeech
Traceback (most recent call last):
File "preprocess.py", line 4, in
Help?
Did you install the requirements.txt?
Create a virtual environment and activate it. Then try "pip install -r requirements.txt"