1 | initial version |
Well on my Linux system I
python3-dev
, python3-scipy
and python3-numpy
packagesmake
and sudo make install
Now whenever I want to access OpenCV through Python I fire up python3, then run import cv2
and that just works out of the blue.