-1

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:

Pip command line "ImportError: No Module Named Typing"

Wahyu Kristianto
  • 7,521
  • 5
  • 39
  • 64

1 Answers1

0

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