TensorFlow >=2.4.0 for Python 3.8.x/3.9.x on Jetson Nano

Hello, I’m trying to compile TensorFlow 2.4.1 on Jetson Nano on Python 3.8.10 and bazel 4.1.0. Need TensorFlow 2.4.0 or later and Python >3.7.x. Has somebody successfully compiled TensorFlow >=2.4.0 on Python 3.8 on Jetson Nano? Please share a script with prerequisites, configuration and compilation options.

Hi,
This looks like a Jetson issue. We recommend you to raise it to the respective platform from the below link

Thanks!

Ok, changed to Jetson Nano.

Hi,

Below is a script to build TensorFlow (2.x) on Jetson from our user:

You can modify it to use python 3.8:

PYTHON_BIN_PATH=$(which python3) \
PYTHON_LIB_PATH=$(python3 -c 'import site; print(site.getsitepackages()[0])') \

Thanks.

Many thanks! Small world! Modified install_tensorflow-2.3.0.sh is already running second day…