RVC-Project / Retrieval-based-Voice-Conversion-WebUI

Easily train a good VC model with voice data <= 10 mins!
MIT License
21.16k stars 3.23k forks source link

Cannot open.venv/bin/activate : No such file #2065

Open maepopi opened 2 months ago

maepopi commented 2 months ago

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!

fumiama commented 1 month ago

If you're using conda, then you should not use the run.sh directly but run pip install and then launch the infer-web.py manually.