import cv2
在终端中运行 python 后尝试运行时出现以下错误-
Python 2.7.3
[GCC 4.2.1 (Based on Apple Inc.) (] on darwin
Type "help", "copyright", "credits" or "license" for more information.
>>> import cv2
[1] 3129 segmentation fault python
按照建议,我还更改了我的 zsh bash 配置文件以包含。
export PYTHONPATH="/usr/local/lib/python2.7/site-packages:$PYTHONPATH"
我也使用 brew 安装了 opencv,也使用 brew 安装了 python。Mac 操作系统 10.7.2。是否使用了错误版本的 python/我将如何纠正这个问题?我没有安装 numpy,但我觉得我仍然不应该得到那个错误。