본문 바로가기

Opencv

[opencv] how to install opencv for python under anaconda+window10

반응형

** 윈도우상에서 anaconda python을 위한 opencv 설치 **


Background: windows10-64bit, anaconda4.3.22, python3.6

 

step1) open anaconda prompt and check the version of the installed python.

In my case, python3.6.x.

 

step2) downgrade python to 3.5 by typing the following command on the prompt.

$conda install python=3.5

 

(* In my case, installing opencv under python3.6 doesn't work at all. I don't know why...)

 

step3) install opencv by typing the following command on the same prompt

$conda install -c menpo opencv3