Even though I’m correctly providing tensorflow version and container along with the jetpack version I’m getting an error mentioned below:
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
$ sudo pip3 install --pre --extra-index-url https://developer.download.nvidia.com/compute/redist/jp/v46 tensorflow==2.5.0+nv21.08
WARNING: The directory '/home/nvidia/.cache/pip' or its parent directory is not owned or is not writable by the current user. The cache has been disabled. Check the permissions and owner of that directory. If executing pip with sudo, you should use sudo's -H flag.
Looking in indexes: https://pypi.org/simple, https://developer.download.nvidia.com/compute/redist/jp/v46
Collecting tensorflow==2.5.0+nv21.08
Downloading https://developer.download.nvidia.com/compute/redist/jp/v46/tensorflow/tensorflow-2.5.0%2Bnv21.8-cp36-cp36m-linux_aarch64.whl (313.8 MB)
|▊ | 7.2 MB 988 kB/s eta 0:05:11
I’m having the same error, I used the same command you posted but it doesn’t seem to find the file.
$ 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
Do you know what can be causing this error? I used to be able to install it with that command some months ago.
I have tried to install a tensorflow version less than 2 on the jetson nano yet I got the below error.
#############Error Start#############3
sudo pip3 install --pre --extra-index-url https://developer.download.nvidia.com/compute/redist/jp/v46 ‘tensorflow<2’
[sudo] password for cvros:
Looking in indexes: Simple index, https://developer.download.nvidia.com/compute/redist/jp/v46
ERROR: Could not find a version that satisfies the requirement tensorflow<2 (from versions: none)
ERROR: No matching distribution found for tensorflow<2
No, the reference steps are the same we are trying. I believe it’s an error with their server files. When was the last time you tried? Because those steps used to work for me too but it seems it’s a recent issue.