Cannot set up the CUDA network repository

Hi, everyone. I’ve got into trouble installing CUDA on WSL2 when following the official guide. I’m currently using Ubuntu20.04-LTS. However, the following “404 Not Found” error occured:


I tried to change the source in my source.list.d/cuda.list into “http://developer.download.nvidia.com/compute/cuda/repos/ubuntu2004/x86_64 /”, but it still didn’t work.
I’m confused because generally speaking, “404 Not Found” indicates that a source is no longer used or the repository has been migrated, but both the 1804 and 2004 repo can still be accessed via my browser…(for example, by directly paste the address Index of /compute/cuda/repos/ubuntu2004/x86_64)Does anyone encounter similar problems?

3 Likes

I am having the same problems. Trying to reach https://developer.download.nvidia.com in a browser returns 404 Not Found. When I navigate to the Nvidia download page, its URL is https://developer.nvidia.com/downloads . However, making this change in the installation commands does not seem to help.

I am seeing the same 404 error when going to https://developer.download.nvidia.com. Any ideas? I am trying to install tensorflow on a tx2, but same issue you are seeing with CUDA:
sudo pip3 install --extra-index-url https://developer.download.nvidia.com/compute/redist/jp/v461 tensorflow
Looking in indexes: Simple index, https://developer.download.nvidia.com/compute/redist/jp/v461
ERROR: Could not find a version that satisfies the requirement tensorflow (from versions: none)
ERROR: No matching distribution found for tensorflow