Install Tensorflow on Jetson Nano Jetpack 4.5 with Archiconda

Hello, I am a little bit confused about installing Tensorflow on Jetson Nano Jetpack 4.5. I found the repo URL: https://developer.download.nvidia.com/compute/redist/jp/v45

When I submit the command:
pip install --pre --extra-index-url https://developer.download.nvidia.com/compute/redist/jp/v45 tensorflow

The output is:
Looking in indexes: Simple index, https://pypi.ngc.nvidia.com, Index of /compute/redist/jp/v45
ERROR: Could not find a version that satisfies the requirement tensorflow
ERROR: No matching distribution found for tensorflow

How I can install Tensorflow on Jetpack 4.5?

Hi @davidadamczyk, these TensorFlow wheels are for Python 3.6, so can you try installing it with pip3 instead of pip?

You could also try downloading the wheel directly from https://developer.download.nvidia.com/compute/redist/jp/v45 and installing the wheel file as opposed to from URL.

Alternatively, we have containers available for JetPack 4.5 that have TensorFlow pre-installed: https://elinux.org/Jetson_Zoo#Docker_Containers