Jetson install tensorflow issue

Hi guys,
When I use the guide to install tensorflow on my xavier
https://docs.nvidia.com/deeplearning/frameworks/install-tf-xavier/index.html
This step causes an error
$ pip3 install --pre --extra-index-url https://developer.download.nvidia.com/compute/redist/jp/v42 tensorflow-gpu

 error:
 requests.exceptions.HTTPError: 404 Client Error: Not Found for url: https://developer.download.nvidia.cn/compute/redist/jp/v42/keras-preprocessing/

 It seems this link cant be found, I put this link to chrome manually and the result is 404 not found. 
 
 Can anyone help me?

I solved this problem by downloading .whl file from

I manually download the TensorFlow for JetPack 4.2 and install it.

But I can’t understand why the official guide cant be all right

+1 to this, problem and solution. I’ve had no problem with the pip3 install for the TX2, but tried it with the Xavier today and it failed

Use this guide Installing TensorFlow for Jetson Platform :: NVIDIA Deep Learning Frameworks Documentation

I will try it, thanks

The latest official guide works well, I have tried it

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