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

After updating it to the latest, I've been getting this error

Open Jeet-Srimani opened this issue 1 year ago • 3 comments

Traceback (most recent call last):
  File "K:\AI\10\Retrieval-based-Voice-Conversion-WebUI 2\gui_v1.py", line 87, in <module>
    import FreeSimpleGUI as sg
ModuleNotFoundError: No module named 'FreeSimpleGUI'
Press any key to continue . . .

Any solution?

Jeet-Srimani avatar Jun 11 '24 22:06 Jeet-Srimani

try pip install FreeSimpleGUI

RVC-Boss avatar Jun 12 '24 09:06 RVC-Boss

I am facing the same issue , and tried pip install FreeSimpleGUI , still will show same error massage

KaoDobby avatar Jul 04 '24 18:07 KaoDobby

I found a walk around that is copy FreeSimpleGUI folder to project folder , then it works

KaoDobby avatar Jul 04 '24 18:07 KaoDobby