GPT-SoVITS
GPT-SoVITS copied to clipboard
还是go-webui.bat无法运行的问题
输出如下:
E:\GPT-SoVITS-beta0217>runtime\python.exe webui.py
Traceback (most recent call last):
File "E:\GPT-SoVITS-beta0217\webui.py", line 4, in
E:\GPT-SoVITS-beta0217>pause 请按任意键继续. . .
成功运行过 pip install -r requirements.txt,还是不行。 各位有遇到过吗?谢谢。
不知你是什么系统?以及之前是否安装过 32 位的 python?
不知你是什么系统?以及之前是否安装过 32 位的 python?
win11 64位的系统,Python 3.9.1
我也遇到了这个问题
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
G:\GPT-SoVITS\beta\GPT-SoVITS-beta0306fix2\GPT-SoVITS-beta0306fix2>pause 请按任意键继续. . . 今天突然遇到这个情况,请大佬帮忙解答一下