Mjrovai / OpenCV-Object-Face-Tracking

Tracking objects and Face with OpenCV and Python
228 stars 183 forks source link

cv2 module not found #5

Open istiaque005 opened 6 years ago

istiaque005 commented 6 years ago

I set up everything fine. even matched with you. but when I compile the program an error is shown that no module called cv2 found. What is the solution?

myg22 commented 6 years ago

it looks like opencv is not working properly. https://www.pyimagesearch.com/2015/10/26/how-to-install-opencv-3-on-raspbian-jessie/

WJ-12138 commented 6 months ago

I set up everything fine. even matched with you. but when I compile the program an error is shown that no module called cv2 found. What is the solution?

You can try pip install opencv-python in your terminal of specific envs.