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.