【发布时间】:2017-10-01 15:55:03
【问题描述】:
大家好,我正在使用 PyCharm 在 python 中编写代码。
Python 版本:3.6.1 CV2 版本:3.2.0
当我使用“import cv2”导入 cv2 时,PyCharm 中的自动完成功能被破坏。 cv2. 没有建议 -->
当我写 cv2.cv2. 时 --> 我得到了正确的建议,但代码不起作用。
【问题讨论】:
标签: python opencv autocomplete pycharm cv2