Python Forum
Python IDE doesn't see opencv-python package on my Jetson Nano
Thread Rating:
  • 0 Vote(s) - 0 Average
  • 1
  • 2
  • 3
  • 4
  • 5
Python IDE doesn't see opencv-python package on my Jetson Nano
#1
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?
Reply
#2
do you have more than one version of python installed
try
pip list
Reply


Possibly Related Threads…
Thread Author Replies Views Last Post
  image processing with opencv-python and Tesseract OCR marchellopl 4 157 Feb-15-2026, 12:27 AM
Last Post: Pedroski55
  How to package code for different python environments mayukun 2 1,195 Jul-17-2025, 11:36 AM
Last Post: snippsat
  MPEG DASH Package implementation similar to M3U8 package anantha_narayanan 1 2,105 May-05-2025, 08:34 AM
Last Post: pintailscratchy
  I'm trying to install python 3.11.11 on windows 10 - it doesn't work Petonique 2 5,251 Feb-04-2025, 05:42 PM
Last Post: snippsat
  Python doesn't run! leon_heller 2 2,395 Nov-27-2024, 10:00 AM
Last Post: buran
  Problem with using opencv in python Raunak1023984765 21 18,008 Feb-21-2024, 04:25 PM
Last Post: Pedroski55
  How to run utilities from a Python package? LugosisGhost 1 1,849 Dec-27-2023, 12:00 PM
Last Post: Larz60+
  Python package not seen in VSCode fmccabe80 6 13,696 Mar-06-2023, 10:01 PM
Last Post: fmccabe80
  pip doesn't work after Python upgrade Pavel_47 10 8,892 May-30-2022, 03:31 PM
Last Post: bowlofred
  what is wrong. Why python doesn't ad my values ? Bubu93200 8 4,572 Apr-28-2022, 10:53 PM
Last Post: Bubu93200

Forum Jump:

User Panel Messages

Announcements
Announcement #1 8/1/2020
Announcement #2 8/2/2020
Announcement #3 8/6/2020