I have Anaconda installed and I used the following command in the Command Prompt:
conda install -c menpo opencv3
Which returned this error:
UnsatisfiableError: The following specifications were found to be in conflict:
- opencv3 -> python 2.7*
- python 3.6*
Use "conda info<package> to see the dependencies for each package.
I attempted to find a solution here without success. My python version on Anaconda is 3.6. Why does it return this error, and how do I fix it?