Retrieval-based-Voice-Conversion-WebUI
Retrieval-based-Voice-Conversion-WebUI copied to clipboard
Cannot open.venv/bin/activate : No such file
Hey there,
I'm a bit confused by the installation process on Linux. I'm using conda, as advised in the readme, but when I type "sh ./run.sh" in the cloned repo, I have this message :
Activate venv...
./run.sh: 11: .: cannot open .venv/bin/activate: No such file
I've gone and see into the ".venv" folder, and indeed there are no scripts in the activate folder. I'm not very familiar with python Venv's, so I don't understand what I'm supposed to do to configure it and then run the sh command.
Can someone help? Thanks!