Opencv2 AGX not installed

After installing OpenCV
** Install opencv-4.5.0 successfully ** Bye :)
It says

python3
Python 3.6.9 (default, Jan 26 2021, 15:33:00) 
[GCC 8.4.0] on linux
Type "help", "copyright", "credits" or "license" for more information.
>>> import cv2
Traceback (most recent call last):
  File "<stdin>", line 1, in <module>
ModuleNotFoundError: No module named 'cv2'

How to solve this?

Used this .sh file

Hi,
Please share your release version:

$ head -1 /etc/nv_tegra_release

And do you observe the same issue in python2?

# R32 (release), REVISION: 6.1, GCID: 27863751, BOARD: t186ref, EABI: aarch64, DATE: Mon Jul 26 19:36:31 UTC 2021

Python2 is fine after testing says cv2 4.5 is installed, should I go ahead and open the .sh file and change the packages from python to python3?

Problem found within the python installation after reflashing with the SDK manager was able to install and use opencv4

This topic was automatically closed 14 days after the last reply. New replies are no longer allowed.