Getting the following error while trying to run the Gradio notebook in the video 2:
Closing server running on port: 53752 Running on local URL: https://0.0.0.0:53752 Could not create share link. Missing file: /usr/local/lib/python3.9/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: /usr/local/lib/python3.9/site-packages/gradio
Apparently the whole issue is that the server si missing this file âfrpc_linux_amd64_v0.2â in this path: â/usr/local/lib/python3.9/site-packages/gradio/â (I checked and the is not there).
Can you not download the file on the server?
So, if you did restart & cleaning all de outputs of your kernel doesnât resolve, maybe it is a issue with the course environment.
Lets do this: send me a private message with your notebook.
You can download your notebook by clicking in File > Download as > Notebook (.ipynb)
After that, send me this notebook by send me a private message:
Click on my avatar > Click on the mail icon.
As soon as a received i will check your notebook to understand what causing this issue.
Never the less, the develop team is working on this course in order to fix some issues that was reported before. Maybe this is related with that instability.
Hi Elirod, I restarted the kernel and cleared all the outputs. Still getting the same error. I am also not able to download the notebook. By clicking the File->download, it takes me to a blank about:blank page with no further action. Appreciate any help you can provide to help move me along. Thanks
Hello all! I am running into the same issue Ajay_Bawa is facing, where even when I reload the kernel multiple times the error is still occurring. I also tried to download the notebook to run locally on my machine, however, I am also taken to an âabout:blankâ page without a download occurring. Has anyone been able to figure out a workaround? Thank you!
However, have seen same problem with few other notebooks in some of the other short courses. They all show âerrorâ in Windows or âforbiddenâ in Mac next to Trusted. Whenever I have seen this, that notebook does not download. I have manually copied cells and saved them with the same file name in local folder. Very inelegant and havenât checked if they work at local or not.
Download problem is solved. But the notebook is not running online along with the lecture video. It is giving 502 Bad Gateway. And the same message as what others are reporting:
Running on local URL: https://0.0.0.0:20683 Could not create share link. Missing file: /usr/local/lib/python3.9/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: /usr/local/lib/python3.9/site-packages/gradio
This refers to gradio installation at cloud server where all packages should be preloaded.