How to install opencv with python 3.6 and anaconda 3.6?
I tried conda install -c https://conda.binstar.org/menpo opencv3
but i get the following
I managed to get it working by doing the following:
Download and install python3.6 from official python site https://www.python.org/downloads/release/python-360/
Download and install Anaconda 4.4.0 from the official anaconda site https://www.continuum.io/downloads
Open command line and run: pip install opencv-python
Open command line and run: pip install opencv-contrib-python
I am using Windows 10 and it worked for me.