Unable to install TensorFlow on Jetson Nano because of "404" on NVidia server!

I’ve had all the problems that people are describing and the only command that worked for me was:

sudo pip3 install --pre --no-cache-dir --extra-index-url https://developer.download.nvidia.com/compute/redist/jp/v42 tensorflow-gpu

1 Like