I have built OpenCV from source. I follow this link here.
But when I try to import cv2, I get the following:
import cv2
Traceback (most recent call last):
File "<stdin>", line 1, in <module>
ModuleNotFoundError: No module named 'cv2'
I am new to opencv. Please help me with this.