Im trying different methods but still could not make opencv work on my Ubuntu.
Every time I try to import cv2
I receive:
ImportError
Traceback (most recent call last)
<ipython-input-1-72fbbcfe2587> in <module>()
----> 1 import cv2
ImportError: No module named cv2