AastaNV / JEP

247 stars 162 forks source link

ModuleNotFoundError: No module named 'cv2' #29

Open FilippoRomeo opened 3 years ago

FilippoRomeo commented 3 years ago

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?