Install Opencv Via Pip On Python 3.5 64-bit
I tried to install OpenCV, and I couldn't find any suitable pip packages for it. I decided to look online for official documentation on how to install it, and found this. Unfortuna
Solution 1:
What OS are you on? If it's Windows have a look at
http://www.lfd.uci.edu/~gohlke/pythonlibs/#opencv
To properly install the available wheels make sure you have pip version 8 installed.
Post a Comment for "Install Opencv Via Pip On Python 3.5 64-bit"