Monday, July 31, 2017

Installing opencv in python

https://stackoverflow.com/questions/38085480/installing-opencv-in-python


Had the same problem, solved by using the below command to install "opencv-python":
pip install opencv-python

$ python 
Python 3.6.0 (default, Mar  4 2017, 12:32:34) 
[GCC 4.2.1 Compatible Apple LLVM 8.0.0 (clang-800.0.42.1)] on darwin
Type "help", "copyright", "credits" or "license" for more information.
>>> import cv2
>>> 

No comments:

Post a Comment