我刚刚通过 pip-3.3 在我的 Ubuntu 13.04 中安装了 numba,作为 numpy 和 cython 的替代方法来进行计算,但是每次我尝试在 Python 中导入它时,我都会收到“分段错误(核心转储)”错误并且 Python 存在:
esteban@esteban-Inspiron-1525:~$ python3
Python 3.3.1 (default, Apr 17 2013, 22:30:32)
[GCC 4.7.3] on linux
Type "help", "copyright", "credits" or "license" for more information.
>>> import numba
Segmentation fault (core dumped)
esteban@esteban-Inspiron-1525:~$
有人现在会发生什么吗?会不会是安装的问题,还是python3还不支持numba?我在 numba 之前安装了这个软件包:
llvm
cython
llvmpy
sphinx (for doc)
非常感谢!