Hello all i am trying to install opencv with brew for studing image vision etc. And i am a new this thigs i found this tutorial and try to finish the steps for installing the opencv with python via this link https://www.learnopencv.com/install-opencv3-on-macos/
but in last step i get this error
ModuleNotFoundError Traceback (most recent call last)
<ipython-input-1-c8ec22b3e787> in <module>()
----> 1 import cv2
ModuleNotFoundError: No module named 'cv2'
what is wrong and how can i fix it ? Any one can help me ? Have a nice day