Back
I'm using Windows, and I'm trying to install package cv2 for python3.
I did a pip3 install opencv-python and it reports successful:
But when I do the import cv2 from python3, it's not found and I get weird errors:
What am I doing wrong?
You can use the below-mentioned command to import cv2 in Python3:-
pip install opencv-python
31k questions
32.8k answers
501 comments
693 users