ImportError: No module named ‘cv2’ Python3

Try

pip3 install opencv-python

to get the cv2. I’m not sure when opencv-python became available. I’d been building opencv by hand, but when I looked a few weeks ago, there it was. I’m using cv2 with Python3 in a VM that’s running ubuntu/trusty64.

Leave a Comment