effusiveperiscope / so-vits-svc

so-vits-svc
MIT License
178 stars 72 forks source link

Error when first running #32

Open Valyev opened 1 year ago

Valyev commented 1 year ago

Got an error after setting all up: Rubberband is available! qt.qpa.plugin: Could not find the Qt platform plugin "windows" in "" This application failed to start because no Qt platform plugin could be initialized. Reinstalling the application may fix this problem.

Tried opening in a pycharm, got more detailed error: _so-vits-svc-eff-4.0\sovits_utils.py", line 524, in get_hparams_from_file with open(configpath, "r") as f: FileNotFoundError: [Errno 2] No such file or directory: 'configs/config.json' изображение

But the file is really there, I didn't touch anything.

effusiveperiscope commented 1 year ago

(speculative) See this issue: https://stackoverflow.com/questions/41994485/how-to-fix-could-not-find-or-load-the-qt-platform-plugin-windows-while-using-m

As for second error I would guess it has to do with the current working directory used by pycharm?