gpt4 book ai didi

python - 无法在 OSX 中的 python 中导入 cv2

转载 作者:IT老高 更新时间:2023-10-28 22:16:08 26 4
gpt4 key购买 nike

我已经在我的 Mac 上安装了 OpenCV 3.1,cv2 也是通过 pip install cv2 安装的。

vinllen@ $ pip install cv2
You are using pip version 7.1.0, however version 7.1.2 is available.
You should consider upgrading via the 'pip install --upgrade pip' command.
Requirement already satisfied (use --upgrade to upgrade): cv2 in /usr/local/lib/python2.7/site-packages

但是貌似cv2cv不能用:

Python 2.7.10 (default, Jul 13 2015, 12:05:58)
[GCC 4.2.1 Compatible Apple LLVM 6.1.0 (clang-602.0.53)] on darwin
Type "help", "copyright", "credits" or "license" for more information.
>>> import cv2
Traceback (most recent call last):
File "<stdin>", line 1, in <module>
ImportError: No module named cv2
>>> import cv
Traceback (most recent call last):
File "<stdin>", line 1, in <module>
ImportError: No module named cv

我已经尝试了几乎所有在线解决方案列表,但无法正常工作。

最佳答案

你可以安装

pip install opencv-python

关于python - 无法在 OSX 中的 python 中导入 cv2,我们在Stack Overflow上找到一个类似的问题: https://stackoverflow.com/questions/34853220/

26 4 0
Copyright 2021 - 2024 cfsdn All Rights Reserved 蜀ICP备2022000587号
广告合作:1813099741@qq.com 6ren.com