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
  Problem with using opencv in python Raunak1023984765 21 1,436 Feb-21-2024, 04:25 PM
Last Post: Pedroski55
  How to run utilities from a Python package? LugosisGhost 1 393 Dec-27-2023, 12:00 PM
Last Post: Larz60+
  Python package not seen in VSCode fmccabe80 6 3,083 Mar-06-2023, 10:01 PM
Last Post: fmccabe80
  pip doesn't work after Python upgrade Pavel_47 10 4,056 May-30-2022, 03:31 PM
Last Post: bowlofred
  what is wrong. Why python doesn't ad my values ? Bubu93200 8 2,088 Apr-28-2022, 10:53 PM
Last Post: Bubu93200
  Python class doesn't invoke setter during __init__, not sure if's not supposed to? mtldvl 2 3,245 Dec-30-2021, 04:01 PM
Last Post: mtldvl
  Help for the shortest way to install a suitable version of Python, Numpy, and OpenCV. Ezzat 2 2,228 Dec-23-2021, 12:34 PM
Last Post: snippsat
  Math Package in python Uma 1 1,462 Dec-12-2021, 02:01 PM
Last Post: jefsummers
  Python “Formula” Package: How do I parse Excel formula with a range of cells? JaneTan 1 2,641 Jul-12-2021, 11:09 AM
Last Post: jefsummers
  Python OpenCV window not opening in fullscreen mode Zman350x 0 3,233 Apr-29-2021, 07:54 PM
Last Post: Zman350x

Forum Jump:

User Panel Messages

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