Download and install Anaconda that suits your environment from here.
If you want to enter the default environment, you do not need the following command
conda create -n environment name python=Version number
activate environment name
Search for opencv packages with the following command.
anaconda search -t conda opencv
Install the package that suits your environment. I chose mempo / opencv3.
conda install -c menpo opencv3
Anaconda Super convenient. I think it's an option to use Anaconda because it's awkward to put in the c compiler if you think it's for putting it in properly.
Recommended Posts