Ask Your Question
0

i am unable to install opencv using pip

asked 2019-11-16 19:29:53 -0600

saravana gravatar image

C:\Users\Admin>pip install opencv-python ERROR: Could not find a version that satisfies the requirement opencv-python (from versions: none) ERROR: No matching distribution found for opencv-python

edit retag flag offensive close merge delete

1 answer

Sort by ยป oldest newest most voted
0

answered 2019-11-17 04:39:42 -0600

supra56 gravatar image

To install pip. For python 2 version sudo apt install python-pip For python 3 version sudo apt install python3-pip . To install opencv For python2 sudo pip install opencv-python For python 3 sudo pip3 install opencv-python .

edit flag offensive delete link more

Question Tools

1 follower

Stats

Asked: 2019-11-16 19:29:53 -0600

Seen: 6,222 times

Last updated: Nov 17 '19