Python Forum

Full Version: Python IDE doesn't see opencv-python package on my Jetson Nano
You're currently viewing a stripped down version of our content. View the full version with proper formatting.
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:https://docs.opencv.org/master/d2/de6/tu...buntu.html
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?
do you have more than one version of python installed
try
pip list