Retrieval-based-Voice-Conversion-WebUI icon indicating copy to clipboard operation
Retrieval-based-Voice-Conversion-WebUI copied to clipboard

go-web.bat does not open the website

Open AlfonzoMakaroni opened this issue 2 years ago • 3 comments

when i click go-web.bat it shows me this obraz_2023-11-12_170207024 I don't know what is the cause. pls help

AlfonzoMakaroni avatar Nov 12 '23 16:11 AlfonzoMakaroni

Wrong startup directory. Run cd RVC and then run runtime\python.exe infer-web.py --pycmd runtime\python --port 7897!

Tps-F avatar Nov 16 '23 14:11 Tps-F

This also assumes you've downloaded the 'complete package' 7z for your platform (basically have a Python distro in your RVC folder in a subfolder called runtime).

If you've manually cloned this repository and venv'd yourself, you'll want to edit go-web.bat to

call .venv\Scripts\activate
python.exe infer-web.py --pycmd python --port 7897

(or probably better, make your own go-webvenv.bat)

blakejrobinson avatar Nov 16 '23 19:11 blakejrobinson

I am also having the same kind of issue, what should i do here ? and please guide me step by step( not a tech person) 21 03 2024_13 41 09_REC

DikshuSharma avatar Mar 21 '24 07:03 DikshuSharma