Autocomplete in PyCharm for Python compiled extensions

后端 未结 9 848
遥遥无期
遥遥无期 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:23

    Try clicking "Reload" button in File | Settings | IDE Settings | Python interpreters. That got it working for me.

提交回复
热议问题