Pycharm editor autocomplete problem Oucansu Created August 05, 2022 11:00 import cv2 cv2.read() Code is working but PyCharm can't find reference for imread and autocomplete for cv2 methods doesn't work in editor. But, works in Python console.
Looks like a known issue https://youtrack.jetbrains.com/issue/PY-35691/Code-completion-doesnt-work-for-cv2-module
Please vote for it.