Unable to Install TensorFlow - Error

Dear All,

I am trying to install the TensorFlow in jetson nano. This is the command I have used after installing the [Prerequisites and Dependencies]

$ sudo pip3 install --extra-index-url https://developer.download.nvidia.com/compute/redist/jp/v42 tensorflow-gpu==1.13.1+nv19.3

But I am getting this error

ERROR: Could not find a version that satisfies the requirement tensorflow-gpu==1.13.1+nv19.3 (from versions: none)
ERROR: No matching distribution found for tensorflow-gpu==1.13.1+nv19.3

Note: The images are attached for your reference

Jetpack version: v46
Jetson Nano developer kit (4GB)

How to resolve it?..Kindly help me

Hi,

Since you are using JetPack 4.6, please update your command into the corresponding.
For example:

$ sudo pip3 install --pre --extra-index-url https://developer.download.nvidia.com/compute/redist/jp/v46 'tensorflow<2'

Thanks.

This topic was automatically closed 14 days after the last reply. New replies are no longer allowed.