报错显示:Could not create share link. Please check your internet connection or our status page: https://status.gradio.app
解决:
- cd miniconda3/lib/python3.8/site packages/gradio 找到gradio包
- 输入以下命令给予权限:chmod +x frpc_linux_amd64_v0.2
-
二编:今天又遇到这个报错了,这次有提示如下,跟着提示做,然后按照上面的命令chmod +x frpc_linux_amd64_v0.3就好
Could not create share link. Missing file: /root/miniconda3/lib/python3.10/site-packages/gradio/frpc_linux_amd64_v0.3.
Please check your internet connection. This can happen if your antivirus software blocks the download of this file. You can install manually by following these steps:
1. Download this file: https://cdn-media.huggingface.co/frpc-gradio-0.3/frpc_linux_amd64
2. Rename the downloaded file to: frpc_linux_amd64_v0.3
3. Move the file to this location: /root/miniconda3/lib/python3.10/site-packages/gradio
参考: