PyTorch, TorchVision and Ultralytics Error on JetPack 4.6.1

Which version of PyTorch and Torchvision are supported on the Jetson Nano with JetPack 4.6.1 (L4T 32.7.1)

PS: I’ve installed Python 3.8.0 and OpenCV 4.8.0 with CUDA support.

On the link PyTorch for Jetson it is mentioned that torch 1.8.0 is supported on JetPack 4.6 but when i tried installing it I get the error :

torch-1.8.0-cp36-cp36m-linux_aarch64.whl is not a supported wheel on this platform.

The same happened for torch v1.10.0.

I’m trying to install ultralytics on the jetson nano, and while doing so, I end with an error:

Collecting torchvision>=0.9.0 (from ultralytics)
  Could not find a version that satisfies the requirement torchvision>=0.9.0 (from ultralytics) (from versions: 0.1.6, 0.1.7, 0.1.8, 0.1.9, 0.2.0, 0.2.1, 0.2.2, 0.2.2.post2, 0.2.2.post3)
No matching distribution found for torchvision>=0.9.0 (from ultralytics)

To resolve the error above, I’m trying to have torch and torchvision installed prior to installing ultralytixcs on the Jetpack 4.6.1

How do I resolve the torch and ultralytics error above?

Please help.

Hi,

We only provide the python 3.6 package for JetPack 4.
If another version is required, please build it from the source.

Thanks.

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