Autocomplete in PyCharm for Python compiled extensions

后端 未结 9 843
遥遥无期
遥遥无期 2020-12-09 02:46

When writing Python code using compiled extensions (the OpenCV Python bindings, for example), PyCharm doesn\'t seem to be aware of their availability. The imports are marked

9条回答
  •  独厮守ぢ
    2020-12-09 03:20

    I follow the instructions under this question: How to install OpenCV on Windows and enable it for PyCharm without using the package manager

    After that it does not work and I reinstall the pycharm ide without any other changes and now it is working perfectly. I know that this is not the best answer, but after a lot of time wasted and trying different workarounds this was the one that solve my problem, I hope it can help you.

提交回复
热议问题