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:
https://devtalk.nvidia.com/default/topic/1055131/jetson-agx-xavier/building-tensorflow-1-13-on-jetson-xavier/
Thanks.
Hi,
I am following that instructions.
Please, take a look at this error https://github.com/tensorflow/tensorflow/issues/21518
Probably, you need to update instructions on “building tensorflow from source”
Thanks