GPT-SoVITS icon indicating copy to clipboard operation
GPT-SoVITS copied to clipboard

还是go-webui.bat无法运行的问题

Open 025nju opened this issue 1 year ago • 4 comments
trafficstars

输出如下:

E:\GPT-SoVITS-beta0217>runtime\python.exe webui.py Traceback (most recent call last): File "E:\GPT-SoVITS-beta0217\webui.py", line 4, in import json,yaml,warnings,torch File "E:\GPT-SoVITS-beta0217\runtime\lib\site-packages\torch_init_.py", line 122, in raise err OSError: [WinError 193] %1 不是有效的 Win32 应用程序。 Error loading "E:\GPT-SoVITS-beta0217\runtime\lib\site-packages\torch\lib\nvfuser_codegen.dll" or one of its dependencies.

E:\GPT-SoVITS-beta0217>pause 请按任意键继续. . .

成功运行过 pip install -r requirements.txt,还是不行。 各位有遇到过吗?谢谢。

025nju avatar Feb 19 '24 14:02 025nju

不知你是什么系统?以及之前是否安装过 32 位的 python?

SapphireLab avatar Feb 19 '24 16:02 SapphireLab

不知你是什么系统?以及之前是否安装过 32 位的 python?

win11 64位的系统,Python 3.9.1

025nju avatar Feb 20 '24 08:02 025nju

我也遇到了这个问题

MatthewHA233 avatar Apr 27 '24 09:04 MatthewHA233

G:\GPT-SoVITS\beta\GPT-SoVITS-beta0306fix2\GPT-SoVITS-beta0306fix2>runtime\python.exe webui.py Traceback (most recent call last): File "G:\GPT-SoVITS\beta\GPT-SoVITS-beta0306fix2\GPT-SoVITS-beta0306fix2\runtime\lib\site-packages\requests\models.py", line 971, in json return complexjson.loads(self.text, **kwargs) File "G:\GPT-SoVITS\beta\GPT-SoVITS-beta0306fix2\GPT-SoVITS-beta0306fix2\runtime\lib\site-packages\simplejson_init_.py", line 514, in loads return _default_decoder.decode(s) File "G:\GPT-SoVITS\beta\GPT-SoVITS-beta0306fix2\GPT-SoVITS-beta0306fix2\runtime\lib\site-packages\simplejson\decoder.py", line 386, in decode obj, end = self.raw_decode(s) File "G:\GPT-SoVITS\beta\GPT-SoVITS-beta0306fix2\GPT-SoVITS-beta0306fix2\runtime\lib\site-packages\simplejson\decoder.py", line 416, in raw_decode return self.scan_once(s, idx=_w(s, idx).end()) simplejson.errors.JSONDecodeError: Expecting value: line 1 column 1 (char 0)

During handling of the above exception, another exception occurred:

Traceback (most recent call last): File "G:\GPT-SoVITS\beta\GPT-SoVITS-beta0306fix2\GPT-SoVITS-beta0306fix2\webui.py", line 48, in import gradio as gr File "G:\GPT-SoVITS\beta\GPT-SoVITS-beta0306fix2\GPT-SoVITS-beta0306fix2\runtime\lib\site-packages\gradio_init_.py", line 3, in import gradio.components as components File "G:\GPT-SoVITS\beta\GPT-SoVITS-beta0306fix2\GPT-SoVITS-beta0306fix2\runtime\lib\site-packages\gradio\components.py", line 35, in from gradio.blocks import Block File "G:\GPT-SoVITS\beta\GPT-SoVITS-beta0306fix2\GPT-SoVITS-beta0306fix2\runtime\lib\site-packages\gradio\blocks.py", line 33, in from gradio import ( File "G:\GPT-SoVITS\beta\GPT-SoVITS-beta0306fix2\GPT-SoVITS-beta0306fix2\runtime\lib\site-packages\gradio\strings.py", line 37, in updated_messaging = requests.get(MESSAGING_API_ENDPOINT, timeout=3).json() File "G:\GPT-SoVITS\beta\GPT-SoVITS-beta0306fix2\GPT-SoVITS-beta0306fix2\runtime\lib\site-packages\requests\models.py", line 975, in json raise RequestsJSONDecodeError(e.msg, e.doc, e.pos) requests.exceptions.JSONDecodeError: Expecting value: line 1 column 1 (char 0)

G:\GPT-SoVITS\beta\GPT-SoVITS-beta0306fix2\GPT-SoVITS-beta0306fix2>pause 请按任意键继续. . . 今天突然遇到这个情况,请大佬帮忙解答一下

385766470 avatar Apr 27 '24 09:04 385766470