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

Python exited with an error

Open vladghs opened this issue 1 year ago • 1 comments

All goes well while installing, but right at the end when is should be launching i get hit with this error image

vladghs avatar Jun 08 '23 13:06 vladghs

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

sethtallen avatar Jun 12 '23 12:06 sethtallen

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.

pawelrojek avatar Jan 05 '24 21:01 pawelrojek

This issue was closed because it has been inactive for 15 days since being marked as stale.

github-actions[bot] avatar Apr 28 '24 04:04 github-actions[bot]