Unable to use torchvision and ultralytics together on jetson-nano

i have a custom trained yolov8 object detection model that i want to run on my jetson-nano (Jetpack version 4.6.5) for that i require ultralytics and torchvision, the problem is ultralytics requires python3.8 or newer and torchvision specifically requires Python 3.6 for my version of jetpack. What can i do about this conflict?

Hi,

Please refer to this topic first.

Also refer to this topic Build from Source section

Thanks