How to change OpenCV python 3
Hello, I just install Open CV 4.1 on my raspberry pi and it success. But when I try to import cv2 with my python 3, it does not work.
But, when I try to import cv2 with python 2, it work fine.
the problem is I want to use Open CV with my python 3. Can anyone help me? how can I modify Open CV and that It work fine with my python 3. Please...
Thankyou.
please, no screenshots of code or errors here. (ppl can't quote you, they're useless for search, stealing other ppls bandwidth, etc)
please edit your question, and replace with a TEXT version, thank you
how did you install this ?
if it was via pip, maybe you have to use pip3 instead ?
Thank for your advice, sir.