Unable to install tensorflow 1 on jetson nano

Hi

I’m trying to install tensorflow 1.15 on jetson nano with jetpack version 4.3 following the official installation link Installing TensorFlow for Jetson Platform :: NVIDIA Deep Learning Frameworks Documentation. . So far I have tried bunch of commands with different versions of tensorflow to install it

sudo pip3 install --extra-index-url https://developer.download.nvidia.com/compute/redist/jp/v43 tensorflow-gpu==1.15.2+nv20.3
sudo pip3 install --pre --extra-index-url https://developer.download.nvidia.com/compute/redist/jp/v43 'tensorflow<2'

but all of them yield the same error which I have attached to this post . Appreciate any assistance on this issue.

Hi,

Since JetPack 4.3 is released for a while, it’s recommended to upgrade to the newer version first.

For this metadata issue, please find the below comment for the workaround:

Thanks.

1 Like

That was very helpful, thank you so much !

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