Retrieval-based-Voice-Conversion-WebUI
Retrieval-based-Voice-Conversion-WebUI copied to clipboard
Python exited with an error
All goes well while installing, but right at the end when is should be launching i get hit with this error
The error indicates that the port RVC uses is already in use, which might mean you (or whatever this installer is) has already started an instance.
You can try to navigate to localhost:7865 and see if it returns anything. If it doesn't, restart your machine and open cmd and run python C:\Users\Tiny\Documents\VOCAL AI\ai\Retrieval-based-Voice-Conversion-WebUI\infer-web.py
I had the same problem. It turned out to be "NTKDaemon.exe" running in the background using this port (that's from "Native Instruments"). Just putting it out here in case someone can't figure out what's going on. I guess if you're interested in RVC Project there's a chance you might also be into music and have some NI software installed.
To solve it I just permanently replaced 7865 with 7866 in configs\config.py. That's it. Works like a charm.
This issue was closed because it has been inactive for 15 days since being marked as stale.