go-web.bat does not open the website
when i click go-web.bat it shows me this
I don't know what is the cause. pls help
Wrong startup directory. Run cd RVC and then run runtime\python.exe infer-web.py --pycmd runtime\python --port 7897!
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)
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)