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

gradio errors out and python crashing

Open ic1149 opened this issue 1 year ago • 2 comments

Describe the bug when converting voice, gradio errors out, rvc stops running, python has also crashed. no error message in cmd.

crash event data (in windows event viewer)


AppName python.exe 

AppVersion 3.10.11150.1013 

AppTimeStamp 642cc427 

ModuleName msvcp140-b9d2f1930e3a04e4b9f88e2514052f10.dll 

ModuleVersion 14.16.27033.0 

ModuleTimeStamp 5d30eae5 

ExceptionCode c0000005 

FaultingOffset 00000000000192a0 

ProcessId 0x8a4 

ProcessCreationTime 0x1dadc3f0825c6e8 

AppPath C:\Users\<myusername>\AppData\Local\Programs\Python\Python310\python.exe 

ModulePath C:\Users\<myusername>\AppData\Local\Programs\Python\Python310\lib\site-packages\faiss_cpu.libs\msvcp140-b9d2f1930e3a04e4b9f88e2514052f10.dll 

IntegratorReportId 8a19a618-a6f0-4fbd-ad59-0ee30a4e467c 


To Reproduce Steps to reproduce the behavior:

  1. run python web.py
  2. choose voice model pth and index
  3. start conversion

Expected behavior the result of voice conversion shows no problem when installing faiss-cpu==1.7.2

Desktop (please complete the following information):

  • OS and version: windows 11
  • Python version: 3.10.11
  • Commit/Tag with the issue: main

Additional context N/A

ic1149 avatar Jul 22 '24 14:07 ic1149

Quite strange. Can anyone reproduce this error?

fumiama avatar Jul 24 '24 08:07 fumiama

Quite strange. Can anyone reproduce this error?

I had the same issue.

Installing faiss-cpu==1.7.2 fixed the problem for me as well

redpanda343 avatar Apr 24 '25 17:04 redpanda343