Is ultralytics library compatible with Jetson Nano Dev Kit with default Python 3.6?

I built OpenCV with CUDA and all dependencies on my Jetson Nano (Python 3.6.9). My YOLOv8 car detection code works on PC, but on Nano it says ultralytics not found. pip install fails saying that ultralytics runs only on Python 3.7+. Is ultralytics incompatible with Jetson Nano 2GB, or will upgrading Python fix it? If I upgrade to 3.7, do I need to remove 3.6 and rebuild all packages/dependencies?

Thank you

Hi,

There is a prebuilt container for Python 3.6.
Please check if the image below works.

Thanks.

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