python - Installing OpenCV -
i on mac osx el capitan , trying install opencv. using homebrew command.
sumant:sumant$ brew install opencv the result warning: homebrew/science/opencv 2.4.13.2_1 installed
even though says opencv installed, can't seem use python. importing cv2 on python gives error
>>> import cv2 traceback (most recent call last): file "<stdin>", line 1, in <module> importerror: no module named cv2 is opencv different cv2, if how download cv2 (i tried questions on stackoverflow none of methods work).
there no real difference. try following , should going:
pip install opencv-python
Comments
Post a Comment