Faster_OpenCV_4_Raspberry_Pi icon indicating copy to clipboard operation
Faster_OpenCV_4_Raspberry_Pi copied to clipboard

No module named 'cv2'

Open kirax999 opened this issue 2 years ago • 1 comments

After installation I get the message

File "/home/pi/Faster_OpenCV_4_Raspberry_Pi/tests/python_opencv_test/test.py", line 6, in import cv2 ModuleNotFoundError: No module named 'cv2'

so I'm not stupid I tried but obviously he can't find the lib

kirax999 avatar Sep 07 '22 02:09 kirax999

  • check your environment, use -> pip list, this shows all packages installed in the current environment; must be present opencv_python (cv2)

davemaster avatar Sep 12 '22 12:09 davemaster