I’m unable to debug the error below while installing ultralytics on the Jetson Nano (JetPack 4.6.1), pip install ultralytics
and pip install ultralytics==8.0.231
returns the same error below:
Collecting torchvision>=0.9.0 (from ultralytics==8.0.231)
Could not find a version that satisfies the requirement torchvision>=0.9.0 (from ultralytics==8.0.231) (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==8.0.231)
Please help me resolve the error above.