Back

Explore Courses Blog Tutorials Interview Questions
0 votes
2 views
in Python by (47.6k points)

I need to install cv2 for a script that has been written for me. I tried pip install cv2 and pip install open_cv and got the same problem - a warning message from dist.py and complains about zlib being not found. No cv2 installed. I also tried pyopenvc and pip install opencv-python.

So, I went to the OpenCV site and downloaded the relevant exe. Ran it - generated a heap of subdirectories and a make file and stuff.

What do I do now?

1 Answer

0 votes
by (106k points)

By using the below-mentioned command you can install OpenCV:-

pip install opencv-python

Related questions

+3 votes
2 answers
0 votes
1 answer
0 votes
1 answer

Browse Categories

...