Cannot import cv2 on PyCharm
Go to File->Settings->Project Interpreter and then add by '+' button 'opencv-python' module on this repository.
It downloaded without an error for my PyCharm and also downloaded the dependencies as well.
First, install the package named opencv-python
via pip install opencv-python
or use the GUI.
Second, just input import cv2
; that is ok.