I am trying to install tensorflow 1.15.5 on Jetson Nano 4GB with JetPack 4.6
Command -
sudo -H pip3 install --no-cache-dir --extra-index-url https://developer.download.nvidia.com/compute/redist/jp/v46 tensorflow==1.15.5+nv21.07
Error -
Looking in indexes: https://pypi.org/simple, https://developer.download.nvidia.com/compute/redist/jp/v46
ERROR: Could not find a version that satisfies the requirement tensorflow==1.15.5+nv21.07 (from versions: none)
ERROR: No matching distribution found for tensorflow==1.15.5+nv21.07
When trying to access [https://developer.download.nvidia.com/compute/redist/jp/v46] getting 404 error. Please help me resolve this issue.