Jetson Nano - ERROR: Could not find version: setuptools, numpy, h5py

When I try to install “sudo pip3 install -U testresources setuptools==65.5.0” I get this message: “ERROR: Could not find a version that satisfies the requirement setuptools==65.5.”

I installed it without specifying the version, but I don’t know if that can cause a problem. Came with version 59.6

After I tried to install others packages, but I gave some erros:

ERROR: Could not find a version that satisfies the requirement numpy==1.22

ERROR: Could not find a version that satisfies the requirement h5py==3.6.0

My JetPack is 4.6

Hi,

JetPack 4.6 is Ubuntu 18.04.
So some newer packages might not be available.

You can check the latest version that is available in your environment with pip3 as well.
For example, the newest numpy for JetPack 4 is 1.19.5.

$ pip3 install numpy==
Collecting numpy==
  Could not find a version that satisfies the requirement numpy== (from versions: 1.3.0, 1.4.1, 1.5.0, 1.5.1, 1.6.0, 1.6.1, 1.6.2, 1.7.0, 1.7.1, 1.7.2, 1.8.0, 1.8.1, 1.8.2, 1.9.0, 1.9.1, 1.9.2, 1.9.3, 1.10.0.post2, 1.10.1, 1.10.2, 1.10.4, 1.11.0, 1.11.1, 1.11.2, 1.11.3, 1.12.0, 1.12.1, 1.13.0, 1.13.1, 1.13.3, 1.14.0, 1.14.1, 1.14.2, 1.14.3, 1.14.4, 1.14.5, 1.14.6, 1.15.0, 1.15.1, 1.15.2, 1.15.3, 1.15.4, 1.16.0, 1.16.1, 1.16.2, 1.16.3, 1.16.4, 1.16.5, 1.16.6, 1.17.0, 1.17.1, 1.17.2, 1.17.3, 1.17.4, 1.17.5, 1.18.0, 1.18.1, 1.18.2, 1.18.3, 1.18.4, 1.18.5, 1.19.0, 1.19.1, 1.19.2, 1.19.3, 1.19.4, 1.19.5)
No matching distribution found for numpy==

Thanks.

1 Like

Using the latest version woks without any problem. Thanks!

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