I’m using a Jetson Nano, which has a arm64 architecture. The Python IDE I’m using is Thonny. I wasn’t able to install the opencv-python package on Thonny directly because of the architecture of the Jetson Nano so I had to build opencv from source. I followed this guide:
But now when I do import cv2 as cv on Thonny it says ModuleNotFoundError: No module named 'cv2' so it’s like it doesn’t see opencv is installed, how can I do so that Thonny sees the opencv package has been installed?
hi spacebaseone:
with Jetson SW installed by Jectpack, opencv is included ,opencv-python should be used without more compiled work. after you installed ,opencv-python cannot be used?