I am trying to install TensorFlow and so far have not had any success. My current setup is: Jetson TX2 dev kit, L4T R32.3.1 (Jetpack 43), python 3.6.9.
I used the instructions found through the Nvidia website ( Installing TensorFlow For Jetson Platform :: NVIDIA Deep Learning Frameworks Documentation ) and ( TensorFlow for Jetson TX2! ) and followed them as prescribed for installing the latest Tensorflow version for a specific JP version. I tried using both tensorflow and tensorflow-gpu for the package name but neither worked ( sudo pip3 install --extra-index-url https://developer.download.nvidia.com/compute/redist/jp/v43 tensorflow ).
The installation runs and the error I get is below. This specific error is for 2.1.0, but I get it for all versions related to JP V43. Is there anything I can do without changing my current version of JP/L4T?
Downloading https://developer.download.nvidia.com/compute/redist/jp/v43/tensorflow/tensorflow-2.1.0%2Bnv20.3-cp36-cp36m-linux_aarch64.whl (236.9 MB)
|████████████████████████████████| 236.9 MB 15.9 MB/s
WARNING: Discarding https://developer.download.nvidia.com/compute/redist/jp/v43/tensorflow/tensorflow-2.1.0%2Bnv20.3-cp36-cp36m-linux_aarch64.whl (from Index of /compute/redist/jp/v43/tensorflow). Requested tensorflow==2.1.0+nv20.3 from https://developer.download.nvidia.com/compute/redist/jp/v43/tensorflow/tensorflow-2.1.0%2Bnv20.3-cp36-cp36m-linux_aarch64.whl has inconsistent version: filename has ‘2.1.0+nv20.3’, but metadata has ‘2.1.0+nv20.3.tf2’
ERROR: Could not find a version that satisfies the requirement tensorflow==2.1.0+nv20.3
ERROR: No matching distribution found for tensorflow==2.1.0+nv20.3
Thank You!