gpt4 book ai didi

python - 为什么 numpy 在导入和 pydoc 时给出 "segmentation fault"?

转载 作者:太空狗 更新时间:2023-10-30 02:46:00 25 4
gpt4 key购买 nike

我已经按照以下方式安装并调用了 numpy 库。但为什么它会出现段错误?如何克服这个问题?

[pdubois@mymachine Tools]$ pip install numpy 
Requirement already satisfied (use --upgrade to upgrade): numpy in /misc/u21/pdubois/.python2.7.6/lib/python2.7/site-packages/numpy-1.9.0.dev_688b243-py2.7-linux-x86_64.egg
Cleaning up..

还有 easy_install

[pdubois@mymachine ~]$ easy_install-2.7.6 numpy 
Searching for numpy
Best match: numpy 1.9.0.dev-688b243
Processing numpy-1.9.0.dev_688b243-py2.7-linux-x86_64.egg
numpy 1.9.0.dev-688b243 is already the active version in easy-install.pth
Installing f2py script to /u21/pdubois/.python2.7.6/bin

Using /misc/u21/pdubois/.python2.7.6/lib/python2.7/site-packages/numpy-1.9.0.dev_688b243-py2.7-linux-x86_64.egg
Processing dependencies for numpy
Finished processing dependencies for numpy

它给了我这个错误:

[pdubois@mymachine Tools]$ python 
Python 2.7.6 (default, Feb 4 2014, 10:19:53)
[GCC 4.1.2 20080704 (Red Hat 4.1.2-54)] on linux2
Type "help", "copyright", "credits" or "license" for more information.
>>> import numpy
Segmentation fault

类似地,当我使用 pydoc 调用它时:

[pdubois@mymachine Tools]$ pydoc numpy 
Segmentation fault

最佳答案

我建议您尝试使用 virtualenv 设置 python 虚拟环境并在环境中安装numpy,看看问题是否重现。

在针对系统的默认 python 安装进行安装时,会出现 numpy 中断的问题。对此有讨论 here .您可以引用它以进一步了解问题。

也有 numpy 依赖库的问题导致了这个问题。讨论中有人指出 ATLAS 库可能有问题,安装没有 ATLAS 的 numpy 可以解决问题。

关于python - 为什么 numpy 在导入和 pydoc 时给出 "segmentation fault"?,我们在Stack Overflow上找到一个类似的问题: https://stackoverflow.com/questions/22539129/

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