2

I have followed this guide to install Open CV on my Raspberry pi3, with noobs on it, for both python2 and python3, but still can't import cv2 in python, (and can't find it when running pip freeze as well).

What might be the problem? (suggestions, tests that will help me figure it out) I've tried import cv2 and got the following output: Traceback (most recent call last): File "stdin", line 1, in module ImportError: No module named 'cv2'

Ernest Dujo
  • 61
  • 3
  • 11
  • what command have you tried and what was the error you got? – Jpsh Apr 04 '17 at 18:03
  • @user3299379 just edited the question accordingly – Ernest Dujo Apr 04 '17 at 18:11
  • I wouldn't call this a duplicate as this question doesn't seem to have an accepted answer but see if any of it helps http://stackoverflow.com/questions/19876079/opencv-cannot-find-module-cv2 – Jpsh Apr 04 '17 at 18:20

0 Answers0