尽管系统中安装了 opencv,但 Jupyter 笔记本中未检测到 opencv
当我尝试在 jupyter 笔记本中导入“cv2”时,我收到错误消息:
没有名为“cv2”的模块
我已经使用 pip 安装了它。如截图所示 pip 中的 opencv 版本 当我尝试使用 conda 安装它时,它没有安装,如屏幕截图所示 无法使用“conda”安装“opencv”
When i try to import 'cv2' in a jupyter notebook, i got the error message:
No module named 'cv2'
I already installed it with pip. as shown in the screenshot
opencv version in pip
when i try to install it with conda, it does not install as shown in the screenshot
failed to install 'opencv' with 'conda'
如果你对这篇内容有疑问,欢迎到本站社区发帖提问 参与讨论,获取更多帮助,或者扫码二维码加入 Web 技术交流群。
绑定邮箱获取回复消息
由于您还没有绑定你的真实邮箱,如果其他用户或者作者回复了您的评论,将不能在第一时间通知您!
发布评论
评论(1)
1 - 首先尝试这个
2 - 添加路径 conda 然后尝试这个
1 - Try this first
2- Add path conda then try this