If you're down here... I'm sorry the other options didn't workout. Try this:
conda install -c menpo opencv3
from Step 1 of Scivision's Tutorial. If that doesn't work, then go on to Step 2:
(Windows only) OpenCV 3.2 pip install
Download OpenCV .whl file here. The packages that mention
contrib
in their name include OpenCV-extra packages. For example, assuming you have Python 3.6, you might downloadopencv_python-3.2.0+contrib-cp36-none-win_amd64.whl
to get the OpenCV-extra packages.Then, from Command Prompt:
pip install opencv_python-3...yourVersion...win_amd64.whl
Note that the ...win_amd64.whl
wheels packages from step 2 in that tutorial are meant for AMD chips.