-
Notifications
You must be signed in to change notification settings - Fork 80
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
Error 403 when trying to access https://torch-cdn.mlverse.org/ #1301
Comments
Can you provide the link that is failing? I don't think FWIW torch can possibly generate wrong links, specially if the CUDA version is not supported. We need to throw a better error in this case. Currently it seems it's just a download failure. |
This is the full output I get, I tried copying the link to the browser but also got the 403 there.
|
There's definitely something wronmg with the URL: But it has |
It makes sense, what I did was the following:
I had 0.14.0 installed before, and installed 0.14.2, so probably a messed up environment caused the invalid URL. |
Ohh this makes sense because the first part of the URL is hardcoded in the package code and the second time the version appears is actually obtained from the |
I got it to work by restarting a few times and poking around. The 403 confused me as I expected a 404 from a wrong URL. Anyways, thanks for the assistance, and let me know if you need any further details for a fix or anything. |
When trying to download the latest lantern version using
torch::install_torch()
I received a 403 forbidden error. I checked with sites like downforeveryoneorjustme and confirmed it seems to be something general. I am guessing some quota was exceeded or some other misconfiguration may have caused it.Not sure if this is the best place for it, but I thought I should let you know somewhere.
The text was updated successfully, but these errors were encountered: