I am trying to download opencv but I am getting an error that is this:
ImportError: No module named typing
I already tried everyone solution on this answer and nothing worked:
I am trying to download opencv but I am getting an error that is this:
ImportError: No module named typing
I already tried everyone solution on this answer and nothing worked:
try importing the whole OpenCV package
for windows use:
pip install openCV-python
or for Mac use: https://docs.opencv.org/master/d0/db2/tutorial_macos_install.html