Installing Tensorflow 1.15 on Jetson Nano 2Gb Developer Kit succeeds but tensorflow not imported

Hi,

I am trying to install Tensorflow 1.15 on my Nano Jetson Developer Kit by using:
sudo pip3 install --pre --extra-index-url Index of /compute/redist/jp/v45 ‘tensorflow<2’

It seems to have installed successfully but

When I run:
import tensorflow as tf
ModuleNotFoundError: No module named ‘tensorflow’

When I run a pip3 list it also does not appear on the list.
I require Tensorflow and Tensorflow-gpu

using python 3.7.2
Package: nvidia-jetpack
Version: 4.5.1-b17
Architecture: arm64
Maintainer: NVIDIA Corporation
Installed-Size: 194
Depends: nvidia-cuda (= 4.5.1-b17), nvidia-opencv (= 4.5.1-b17), nvidia-cudnn8 (= 4.5.1-b17), nvidia-tensorrt (= 4.5.1-b17), nvidia-visionworks (= 4.5.1-b17), nvidia-container (= 4.5.1-b17), nvidia-vpi (= 4.5.1-b17), nvidia-l4t-jetson-multimedia-api (>> 32.5-0), nvidia-l4t-jetson-multimedia-api (<< 32.6-0)
Homepage: Autonomous Machines | NVIDIA Developer
Priority: standard
Section: metapackages
Filename: pool/main/n/nvidia-jetpack/nvidia-jetpack_4.5.1-b17_arm64.deb
Size: 29390

Package: nvidia-jetpack
Version: 4.5-b129
Architecture: arm64
Maintainer: NVIDIA Corporation
Installed-Size: 194
Depends: nvidia-cuda (= 4.5-b129), nvidia-opencv (= 4.5-b129), nvidia-cudnn8 (= 4.5-b129), nvidia-tensorrt (= 4.5-b129), nvidia-visionworks (= 4.5-b129), nvidia-container (= 4.5-b129), nvidia-vpi (= 4.5-b129), nvidia-l4t-jetson-multimedia-api (>> 32.5-0), nvidia-l4t-jetson-multimedia-api (<< 32.6-0)
Homepage: Autonomous Machines | NVIDIA Developer
Priority: standard
Section: metapackages
Filename: pool/main/n/nvidia-jetpack/nvidia-jetpack_4.5-b129_arm64.deb
Size: 29358

Been going in circles for days, any assistance would be appreciated.

Did you try the “official” installation instructions, yet?

Hi,

The package is built with python3.6.
If need a python3.7 TensorFlow, please build it from the source.

You can find the detailed instructions from the below GitHub:

Thanks.

This topic was automatically closed 60 days after the last reply. New replies are no longer allowed.