I have a jetson nano with jetpack 4.6 and I want to use YOLO with CUDA acceleration
The problem is that to install ultralytics, python needs to be >3.7, and jetpack’s is 4.6.
Even if I install python greater than 3.7, pytorch would not work, since I need to install pytorch and torchvision in PyTorch for Jetson: Ultralytics YOLO and CUDA for Jetson Nano 4.6.
And pytoch for jetpack 4.6 is only compatible with python 3.6
In short: to install pytorch and use cuda, I need python3.6, but to install ultralutics, it has to be python greater than 3.7
I’m stuck on this.