按住ctrl,光标放在cv2上,就能跳转到cv2的__init__.py文件
全选,按Ctrl+/注释掉所有语句,然后将如下语句添加到__init__.py中import sys import os import importlib os.environ["PATH"] += os.pathsep + os.path.dirname(os.path.realpath(__file__)) from .cv2 import * globals().update(importlib.import_module('cv2.cv2').__dict__)
相关文章
- 10-02Visual Studio中xml文件使用app.config、web.config等的智能提示的方法
- 10-02webstorm tailwind 不智能提示的解决方法
- 10-02pyCharm全局搜索不能正常使用的解決方法
- 10-02pycharm cv2 的方法不能智能提示
- 10-02pycharm 提示 Django is not importable in this environment 的解决方法
- 10-02[搬砖]Pycharm中启动IPython notebook失败提示load_entry_point ImportError: Entry point ('console_scripts', 'ipython') not found的解决方法
- 10-02VisualStudio2017下ASP.NET CORE的TagHelper智能提示不能使用的解决办法
- 10-02Win10操作系统下Oracle VM VirtualBox6.0加载磁盘提示“发现无效设置”的解决方法(包括“不能桥接网卡”问题的解决方法)
- 10-02vs 只能没有智能提示的解决方法
- 10-02vue中npm run dev运行项目不能自动打开浏览器! 以及 webstorm跑vue项目jshint一直提示错误问题的解决方法!