Issue
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?
Solution
The best way is to create a virtual env. first and then do pip install , everything will work fine
Answered By - Sk07
0 comments:
Post a Comment
Note: Only a member of this blog may post a comment.