Unable to install tensorflow in jetpack 4.6

Im trying to install Tensorflow in jetson nano I tried to run the following code

sudo pip3 install --pre --extra-index-url https://developer.download.nvidia.com/compute/redist/jp/v46 tensorflow==2.5.0+nv21.08

The container number, tensorflow number I referred from (TensorFlow for Jetson Platform Release Notes :: NVIDIA Deep Learning Frameworks Documentation)

Even though I’m correctly providing tensorflow version and container along with the jetpack version I’m getting an error mentioned below:

ERROR: Could not find a version that satisfies the requirement tensorflow==2.5.0+nv21.08 (from versions: none)
ERROR: No matching distribution found for tensorflow==2.5.0+nv21.08

Hi,

We can install the package on Nano with JetPack 4.6 correctly.

Could you share which pip3 version do you use?
Our version is v21.3.1. Would you mind giving it a try?

Thanks.

Hai,

Im also using the same pip3 version - 21.3.1,

Can you share the steps with code that you used to install tensorflow with jetpack 4.6

Thanks.

Hi,

The same command is used in our environment.

For example:

$ cat /etc/nv_tegra_release 
# R32 (release), REVISION: 6.1, GCID: 27863751, BOARD: t210ref, EABI: aarch64, DATE: Mon Jul 26 19:20:30 UTC 2021
$ sudo pip3 install --pre --extra-index-url https://developer.download.nvidia.com/compute/redist/jp/v46 tensorflow==2.5.0+nv21.08
WARNING: The directory '/home/nvidia/.cache/pip' or its parent directory is not owned or is not writable by the current user. The cache has been disabled. Check the permissions and owner of that directory. If executing pip with sudo, you should use sudo's -H flag.
Looking in indexes: https://pypi.org/simple, https://developer.download.nvidia.com/compute/redist/jp/v46
Collecting tensorflow==2.5.0+nv21.08
  Downloading https://developer.download.nvidia.com/compute/redist/jp/v46/tensorflow/tensorflow-2.5.0%2Bnv21.8-cp36-cp36m-linux_aarch64.whl (313.8 MB)
     |▊                               | 7.2 MB 988 kB/s eta 0:05:11

Thanks.

Hi @AastaLLL,

I’m having the same error, I used the same command you posted but it doesn’t seem to find the file.

$ pip3 --version
pip 21.3.1 from /usr/local/lib/python3.6/dist-packages/pip (python 3.6)

$ sudo -H pip3 install --pre --extra-index-url https://developer.download.nvidia.com/compute/redist/jp/v46 tensorflow==2.5.0+nv21.08
Looking in indexes: https://pypi.org/simple, https://developer.download.nvidia.com/compute/redist/jp/v46
ERROR: Could not find a version that satisfies the requirement tensorflow==2.5.0+nv21.08 (from versions: none)
ERROR: No matching distribution found for tensorflow==2.5.0+nv21.08

Do you know what can be causing this error? I used to be able to install it with that command some months ago.

Also by checking this URL: https://developer.download.nvidia.com/compute/redist/jp/ It seems that the 46 folder no longer exists.

1 Like

I have tried to install a tensorflow version less than 2 on the jetson nano yet I got the below error.
#############Error Start#############3
sudo pip3 install --pre --extra-index-url https://developer.download.nvidia.com/compute/redist/jp/v46 ‘tensorflow<2’
[sudo] password for cvros:
Looking in indexes: Simple index, https://developer.download.nvidia.com/compute/redist/jp/v46
ERROR: Could not find a version that satisfies the requirement tensorflow<2 (from versions: none)
ERROR: No matching distribution found for tensorflow<2

##############End of Error#############333

I even checked the website “” https://developer.download.nvidia.com/compute/redist/jp/v46 “”

yet the website gives an error 404
hence could you check what’s wrong with your website, is the server down?

1 Like

reference steps did not work? Last time I tried it worked for me

Hi @Andrey1984

No, the reference steps are the same we are trying. I believe it’s an error with their server files. When was the last time you tried? Because those steps used to work for me too but it seems it’s a recent issue.

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