Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Something went wrong Expecting value: line 1 column 1 (char 0) #25

Open
x6888 opened this issue Jul 12, 2023 · 1 comment
Open

Something went wrong Expecting value: line 1 column 1 (char 0) #25

x6888 opened this issue Jul 12, 2023 · 1 comment

Comments

@x6888
Copy link

x6888 commented Jul 12, 2023

没有见到类似的问题

我运行gradio_server.py,后端警告如下:
UserWarning: Failed to initialize NumPy: module compiled against API version 0x10 but this version of numpy is 0xf . Check the section C-API incompatibility at the Troubleshooting ImportError section at https://numpy.org/devdocs/user/troubleshooting-importerror.html#c-api-incompatibility for indications on how to solve this problem . (Triggered internally at ..\torch\csrc\utils\tensor_numpy.cpp:84.)
t = torch.tensor([], dtype=storage.dtype, device=storage._untyped_storage.device)

打开本地网页应用后,当我尝试开始运行就出现了以下问题导致无法运行
Something went wrong
Expecting value: line 1 column 1 (char 0)

猜测可能是环境中依赖版本不匹配导致的,我想可能需要用conda导出一个完整的可运行环境的requirements.txt

@2507838878
Copy link

你后来解决了吗?本地跑都没有问题,就是webUI报错

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

No branches or pull requests

2 participants