Ask Your Question

Revision history [back]

Just use

pip install opencv-python

from your anaconda environment .It should fetch the latest version that is available for anaconda python environment .

if you want any specific version of opencv, then use pip install opencv-python==3.4.2

Hope this helps

Just use

pip install opencv-python

from your anaconda environment .It should fetch the latest version that is available for anaconda python environment .

if you want any specific version of opencv, then use use

pip install opencv-python==3.4.2

Hope this helps