Hi everyone,
I’m trying to install tensorflow 2.5.0 on jetpack 4.6 however the command fails with:
$ pip3 --version
pip 21.3.1 from /usr/local/lib/python3.6/dist-packages/pip (python 3.6)
$ sudo -H pip3 install --pre --extra-index-url https://developer.download.nvidia.com/compute/redist/jp/v46 tensorflow==2.5.0+nv21.08
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==2.5.0+nv21.08 (from versions: none)
ERROR: No matching distribution found for tensorflow==2.5.0+nv21.08
By checking this URL: Index of /compute/redist/jp It seems that the v46 folder no longer exists. Is there a solution for this?