Unable to install tensorflow in jetson nano

Hi,

You can find the installation steps in detail here:
https://docs.nvidia.com/deeplearning/frameworks/install-tf-jetson-platform/index.html

Have you upgraded the pip3 tool first:

$ sudo pip3 install -U pip

Thanks.