I get the following error when I am installing torch.
trying URL 'https://torch-cdn.mlverse.org/binaries/refs/heads/cran/v0.17.0/latest/lantern-0.17.0+cu129+x86_64-Linux.zip'
Warning messages:
1: In utils::download.file(url = url, destfile = destfile) :
cannot open URL 'https://torch-cdn.mlverse.org/binaries/refs/heads/cran/v0.17.0/latest/lantern-0.17.0%2Bcu129%2Bx86_64-Linux.zip': HTTP status was '403 Forbidden'
2: In file.remove(tmp) :
cannot remove file '/tmp/RtmpYDuJpO/file31af545aab3109.zip', reason 'No such file or directory'
3: ℹ Failed to install torch, manually run install_torch()
Unable to download from https://torch-cdn.mlverse.org/binaries/refs/heads/cran/v0.17.0/latest/lantern-0.17.0+cu129+x86_64-Linux.zip
Caused by error in download_file():
✖ Unable to download from https://torch-cdn.mlverse.org/binaries/refs/heads/cran/v0.17.0/latest/lantern-0.17.0+cu129+x86_64-Linux.zip
ℹ Please verify that the URL is not blocked by your firewall. See also
https://torch.mlverse.org/docs/articles/installation.html#file-based-download
Caused by error in utils::download.file():
! cannot open URL 'https://torch-cdn.mlverse.org/binaries/refs/heads/cran/v0.17.0/latest/lantern-0.17.0+cu129+x86_64-Linux.zip'
get_install_libs_url()
Follow the links to download the dependencies, then set the TORCH_URL and LANTERN_URL env vars to the file paths.
LibTorch: https://download.pytorch.org/libtorch/cu129/libtorch-shared-with-deps-2.8.0%2Bcu129.zip
LibLantern: https://torch-cdn.mlverse.org/binaries/refs/heads/cran/v0.17.0/latest/lantern-0.17.0+cu129+x86_64-Linux.zip
When I try to download the zip file using wget using the provided URL the file does not download.
Please tell me how I can get the LANTERN zip file, I am very interested in using Torch.
I get the following error when I am installing torch.
trying URL 'https://torch-cdn.mlverse.org/binaries/refs/heads/cran/v0.17.0/latest/lantern-0.17.0+cu129+x86_64-Linux.zip'
Warning messages:
1: In utils::download.file(url = url, destfile = destfile) :
cannot open URL 'https://torch-cdn.mlverse.org/binaries/refs/heads/cran/v0.17.0/latest/lantern-0.17.0%2Bcu129%2Bx86_64-Linux.zip': HTTP status was '403 Forbidden'
2: In file.remove(tmp) :
cannot remove file '/tmp/RtmpYDuJpO/file31af545aab3109.zip', reason 'No such file or directory'
3: ℹ Failed to install torch, manually run
install_torch()Unable to download from https://torch-cdn.mlverse.org/binaries/refs/heads/cran/v0.17.0/latest/lantern-0.17.0+cu129+x86_64-Linux.zip
Caused by error in
download_file():✖ Unable to download from https://torch-cdn.mlverse.org/binaries/refs/heads/cran/v0.17.0/latest/lantern-0.17.0+cu129+x86_64-Linux.zip
ℹ Please verify that the URL is not blocked by your firewall. See also
https://torch.mlverse.org/docs/articles/installation.html#file-based-download
Caused by error in
utils::download.file():! cannot open URL 'https://torch-cdn.mlverse.org/binaries/refs/heads/cran/v0.17.0/latest/lantern-0.17.0+cu129+x86_64-Linux.zip'
When I try to download the zip file using wget using the provided URL the file does not download.
Please tell me how I can get the LANTERN zip file, I am very interested in using Torch.