Hey guys I am using PyCharm to code in python.
Python Version: 3.6.1 CV2 Version: 3.2.0
When I import cv2 with "import cv2" the autocomplete in PyCharm is broken. There are no suggestions with cv2. -->
When I'm writing cv2.cv2. --> then I get the right suggestions but the code does not work.