For Mac, with numpy installed
It will be like that.
If it is Linux, you cannot download it with yum. Therefore,
However, if you are using pyenv or virtualenv, it is troublesome to specify the path, and if you switch versions, you may not be able to use it. In fact, I'm stuck with this and can't use the python & OpenCV environment on linux. I'm in trouble because I want to use python & OpenCV on AWS.
In any case, ** Too annoying **
Create anaconda environment with pyenv and install opencv with anaconda command.
If pyenv is already installed
pyenv install anaconda-2.1.0
pyenv global anaconda-2.1.0
pyenv rehash
After installation, just execute the following command. It's too easy and looks sharp.
conda install -c https://conda.binstar.org/jjhelmus opencv
Recommended Posts