Which version of Opencv-python is compatible with Nano?

Opencv-python 4.5.1.48 is not running on my nano, a simple import opencv-python throws illegal instruction, core dumped

This is most likely a build for x86 architecture, you need a arm64 build.

Look around here in the forum, there are a number of threads how to build and install OpenCV for Jetson, e.g. by this script: GitHub - mdegans/nano_build_opencv: Build OpenCV on Nvidia Jetson Nano

1 Like

got it, thank you!