TensorFlow Installation Issue

I successfully installed the dependencies mentioned on the following nvidia document: Installing TensorFlow for Jetson Platform - NVIDIA Docs

But when I entered the command:
pip3 install --extra-index-url https://developer.download.nvidia.com/compute/redist/jp/v461 tensorflow==2.7.0+nv22.1

The following error was given:

ERROR: Could not find a version that satisfies the requirement tensorflow==2.7.0+nv22.1 (from versions: 2.12.0rc0, 2.12.0rc1, 2.12.0)
ERROR: No matching distribution found for tensorflow==2.7.0+nv22.1

Hi,

It looks like the pip3 doesn’t use the extra-index-url as expected.
Do you use Python 3.6?

Thanks.

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