RVC-Project / Retrieval-based-Voice-Conversion-WebUI

Easily train a good VC model with voice data <= 10 mins!
MIT License
23.97k stars 3.55k forks source link

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

Open Jeet-Srimani opened 4 months ago

Jeet-Srimani commented 4 months ago
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?

RVC-Boss commented 4 months ago

try pip install FreeSimpleGUI

KaoDobby commented 3 months ago

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

KaoDobby commented 3 months ago

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