Tensorflow instalation

Following the instuctions posted on Installing TensorFlow for Jetson Platform :: NVIDIA Deep Learning Frameworks Documentation, I receive the following error:

ERROR: Could not find a version that satisfies the requirement tensorflow (from versions: none)
ERROR: No matching distribution found for tensorflow

I would appreciate some advice

Also when opening the webpage https://developer.download.nvidia.com/compute/redist/jp/v46

I recieve the 404 error

Is there an official build for python 3.8? As I see on Index of /compute/redist/jp/v46/tensorflow
the only builds are for cp36 (python 3.6). I need python 3.7 or higher for nanosecond accuaracy using the time module. Any advice?

Hi,

We only build with the default python version of Ubuntu 18.04 (JetPack 4.6).
For other version, you can build it from the source.

Below is an example for your reference:

Thanks.