Hi I am trying to install Tensorflow version 1.15.3 from Nvidia TensorFlow Container Version 20.09 in Jetson Tx2 for Jetpack 4.5.1 TensorRT 7.1.3. Here are some references which says that above configuration is Tensorflow Container
Both the commands throws error in my terminal
I tried both of these commands
sudo pip3 install --extra-index-url Index of /compute/redist/jp/v45 tensorflow-gpu==1.15.3+nv20.9
Looking in indexes: Simple index, Index of /compute/redist/jp/v45
ERROR: Could not find a version that satisfies the requirement tensorflow-gpu==1.15.3+nv20.9 (from versions: none)
ERROR: No matching distribution found for tensorflow-gpu==1.15.3+nv20.9
Looking in indexes: Simple index, Index of /compute/redist/jp/v45
ERROR: Could not find a version that satisfies the requirement tensorflow-gpu==1.15.3+nv20.9 (from versions: none)
ERROR: No matching distribution found for tensorflow-gpu==1.15.3+nv20.09
Some of the Documents states that it supports Tensorflow 1.15.2 while some matrix references states that Tensorflow 1.15.3 can be installed from container 20.09. It would be great and helpful if someone can guide me through this so that I can continue my learning.
Looking in indexes: Simple index, Index of /compute/redist/jp/v45
ERROR: Could not find a version that satisfies the requirement tensorflow (from versions: none)
ERROR: No matching distribution found for tensorflow
Hi Kayccc sorry for the late response basically I just downloaded tensorflow 1.15.5 with Jetpack 4.5.1 TensorRT 7.1.3 from Container 21.05. It is working well so far though I don’t have Ubuntu 20.04 as per the requirement but I took a risk knowing that it would definitely work.
Hi,
It doesn’t seem to a “fix” technically. OP used an image that has TensorFlow inbuilt. So, he avoided installing TF himself. I think it’s worth noting that the following tutorial is not working for installing TF in docker containers on Jetson-nano.
And it can run correctly without issue on Nano+JetPack4.5.1.
Please noted that you may meet some issue with the different pip3 installer.
So it’s recommended to use exactly the same package version listed in the below document:
the command that you mentioned requires Ubuntu 20.04. On my Jetson Tx2 Ubuntu 18.04 is booted though I installed Tensorflow 1.15.5 from container 21.05 for Jetpack 4.5.1 with TensorRT 7.1.3 and its working well so far. Will the OS version make any kind of difference?
Thanks
It is the last step where the docker build fails. It returns the following error.
Step 8/11 : RUN pip3 install --pre --extra-index-url https://developer.download.nvidia.com/compute/redist/jp/v45 tensorflow
---> Running in eeaf7f0546a1
Looking in indexes: https://pypi.org/simple, https://developer.download.nvidia.com/compute/redist/jp/v45
ERROR: Could not find a version that satisfies the requirement tensorflow (from versions: none)
ERROR: No matching distribution found for tensorflow
The command '/bin/sh -c pip3 install --pre --extra-index-url https://developer.download.nvidia.com/compute/redist/jp/v45 tensorflow' returned a non-zero code: 1
Installing TensorFlow For Jetson Platform :: NVIDIA Deep Learning Frameworks Documentation Hi @pramodhrachuri you can refer to this link about the installation steps there they have mentioned how to use the container image. Also make sure your jetson is flashed properly with the right version of Jetpack and tensorRT you are trying to install tensorflow for. Most of the Jetson systems have ARM architecture and not amd64.