gpt4 book ai didi

运行 "Segmentation fault: 11"或 "import cv"时的 Python "import cv2"

转载 作者:太空宇宙 更新时间:2023-11-03 21:27:04 24 4
gpt4 key购买 nike

我已经按照 these instructions, 使用 macports 安装了 numpy 和 opencv但是当我尝试 import cvimport cv2 时,我得到了段错误,我不知道为什么。

有什么建议吗?


$ python
Python 2.7.6 (default, Sep 9 2014, 15:04:36)
[GCC 4.2.1 Compatible Apple LLVM 6.0 (clang-600.0.39)] on darwin
Type "help", "copyright", "credits" or "license" for more information.
>>> import cv
Segmentation fault: 11

$ python
Python 2.7.6 (default, Sep 9 2014, 15:04:36)
[GCC 4.2.1 Compatible Apple LLVM 6.0 (clang-600.0.39)] on darwin
Type "help", "copyright", "credits" or "license" for more information.
>>> import cv2
Segmentation fault: 11

抱歉,细节太少了,但这是一台新电脑,我为此安装了 macports,这些是我安装 macports 的唯一东西,所以我不知道为什么这不起作用.


编辑:现在我更困惑了。

查看崩溃报告我发现了这个:

Exception Type:        EXC_BAD_ACCESS (SIGSEGV)
Exception Codes: KERN_INVALID_ADDRESS at 0x0000000000000000

所以,作为一个盲目的尝试,我以 super 用户身份运行了 python:

$ sudo python
Python 2.7.9 (default, Dec 13 2014, 15:13:49)
[GCC 4.2.1 Compatible Apple LLVM 6.0 (clang-600.0.56)] on darwin
Type "help", "copyright", "credits" or "license" for more information.
>>> import cv
>>>

作为 super 用户,一切似乎都运行良好。这怎么可能?

最佳答案

如果您仔细查看 python 命令的信息消息,就会发现不同之处。

来自 buggy :

$ python
Python 2.7.6 (default, Sep 9 2014, 15:04:36)
[GCC 4.2.1 Compatible Apple LLVM 6.0 (clang-600.0.39)] on darwin
Type "help", "copyright", "credits" or "license" for more information.
>>> import cv2
Segmentation fault: 11

来自工作中的:

$ sudo python
Python 2.7.9 (default, Dec 13 2014, 15:13:49)
[GCC 4.2.1 Compatible Apple LLVM 6.0 (clang-600.0.56)] on darwin
Type "help", "copyright", "credits" or "license" for more information.
>>> import cv
>>>

你的机器上有两个不同版本的 Python,这可能会解释你得到的行为。

关于运行 "Segmentation fault: 11"或 "import cv"时的 Python "import cv2",我们在Stack Overflow上找到一个类似的问题: https://stackoverflow.com/questions/28669587/

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