在终端中运行python后尝试import cv2
时出现以下错误 -
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也使用brew和python安装了opencv。 Mac osx 10.7.2。是否使用了错误的python版本/我该如何纠正?我没有安装numpy,但我的印象是我仍然不应该得到那个错误。