Install Tensorflow on Jetson Xavier with Python3.7

I have Python3.7 and JetPack4.1, and want to install TensorFlow.

This links didn’t help:
https://devtalk.nvidia.com/default/topic/1042125/jetson-agx-xavier/official-tensorflow-for-jetson-agx-xavier/
https://docs.nvidia.com/deeplearning/frameworks/install-tf-xavier/index.html

It just says: “ERROR: No matching distribution found for tensorflow-gpu…”

Is there way to install Tensorflow with my requirements?

Hi,

We don’t have a python3.7 package so the installer complain about the file doesn’t exist.
You will need to build it from source and here are the steps:
[url]https://devtalk.nvidia.com/default/topic/1055131/jetson-agx-xavier/building-tensorflow-1-13-on-jetson-xavier/[/url]

Thanks.

Hi,

I am following that instructions.
Please, take a look at this error 1.10 build fails with "No module named 'keras_applications'" · Issue #21518 · tensorflow/tensorflow · GitHub
Probably, you need to update instructions on “building tensorflow from source”

Thanks