尽管系统中安装了 opencv,但 Jupyter 笔记本中未检测到 opencv

发布于 2025-01-12 07:04:16 字数 332 浏览 0 评论 0原文

当我尝试在 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 技术交流群。

扫码二维码加入Web技术交流群

发布评论

需要 登录 才能够评论, 你可以免费 注册 一个本站的账号。

评论(1

乖乖 2025-01-19 07:04:16

1 - 首先尝试这个

pip install opencv-python

2 - 添加路径 conda 然后尝试这个

conda install -c conda-forge opencv

1 - Try this first

pip install opencv-python

2- Add path conda then try this

conda install -c conda-forge opencv
~没有更多了~
我们使用 Cookies 和其他技术来定制您的体验包括您的登录状态等。通过阅读我们的 隐私政策 了解更多相关信息。 单击 接受 或继续使用网站,即表示您同意使用 Cookies 和您的相关数据。
原文