I've tried installing directly through conda
.
conda install opencv
But through this
The following specifications were found to be in conflict:
- alabaster (target=alabaster-0.7.7-py35_0.tar.bz2) -> python 2.6*|2.7*|3.3*|3.4*|3.5*
- anaconda (target=anaconda-4.0.0-np110py35_0.tar.bz2) -> anaconda-client
...
This error goes over a hundred lines.
I've also tried making it from cmake
, but I can't seem to set the Python interpreter and related fields to the ones in Anaconda 3.
I've referred quite a few related posts, but it still didn't solve my problem.
Installing openCV in anaconda3 - Python.h: No such file or directory
How to install python opencv through Conda?
Note: conda install opencv
worked fine in Anaconda 2, but I don't know why so many package conflicts arise in Anaconda 3.