I\'m trying to install OpenCV into my python environment (Windows), and I\'m almost all of the way there, but still having some issues with autocomplete and Pycharm itself impor
Got it finally! Figures that would happen just after posting the question...
Turns out .../envs/cv/site-packages/cv2/python-3.8/cv2.cp38-win_amd64.pyd
needed to be copied to .../envs/cv/DLLs/
. Then PyCharm did it's magic and is now all good.
Alternatively add the directory containing the .pyd file to the interpreter paths.
I had exactly this problem with OpenCV 4.2.0 compiled from sources, installed in my Conda environment and PyCharm 2020.1.
I solved this way: