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.