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
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: