Ask Your Question
0

which version of opencv i should install for anaconda 3.7.1

asked 2019-03-28 11:08:01 -0600

ravikanth076@gmail.com gravatar image

please tell me how to link opencv with python

edit retag flag offensive close merge delete

1 answer

Sort by ยป oldest newest most voted
0

answered 2019-03-28 23:36:33 -0600

hariprasad gravatar image

updated 2019-03-28 23:37:04 -0600

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

edit flag offensive delete link more

Question Tools

1 follower

Stats

Asked: 2019-03-28 11:08:01 -0600

Seen: 394 times

Last updated: Mar 28 '19