linux上报错:Could not create share link. Please check your internet connection or our status page

  • 报错提示
warnings.warn(
Running on local URL:  http://127.0.0.1:7860

Could not create share link. Please check your internet connection or our status page: https://status.gradio.app.
  • 解决方法

首先提示这个错误:

Could not create share link. Missing file: /root/miniconda3/envs/textgen/lib/python3.11/site-packages/gradio/frpc_linux_amd64_v0.2.

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.2/frpc_linux_amd64
2. Rename the downloaded file to: frpc_linux_amd64_v0.2
3. Move the file to this location: /root/miniconda3/envs/textgen/lib/python3.11/site-packages/gradio

先按照提示,下载,重命名,并放入这个文件夹中(按你对应的)
然后就厉害了:

sudo chmod +x /root/miniconda3/envs/textgen/lib/python3.11/site-packages/gradio/frpc_linux_amd64_v0.2

完结散花~

猜你喜欢

转载自blog.csdn.net/ThomasCai001/article/details/133990456