在Python 3中导入numba时出错

在Python 3中导入numba时出错,python,numpy,python-3.x,installation,cython,Python,Numpy,Python 3.x,Installation,Cython,我刚刚通过pip-3.3在我的Ubuntu 13.04中安装了Nuba,作为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"

我刚刚通过pip-3.3在我的Ubuntu 13.04中安装了Nuba,作为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)

非常感谢

Numba初步支持Python 3。它应该可以工作,但我认为它没有得到那么多的测试。你试过哪种版本的麻木


另外,您是如何安装llvm和llvmpy的?您安装了哪个版本的numpy

Numba初步支持Python 3。它应该可以工作,但我认为它没有得到那么多的测试。你试过哪种版本的麻木


另外,您是如何安装llvm和llvmpy的?您安装了哪个版本的numpy

我最近听说Ubuntu13.04与Python有重大问题。我最近听说Ubuntu13.04与Python有重大问题。谢谢Travis。我正在通过“Sudo apt get install”安装llvm和llvmpy。我尝试的numba版本是使用“Sudo pip-3.3 install numba”的numba-0.8.1.tar.gz。另外,我在更新build/lib.linux-x86\u 64-3.3/numba//u version.py文件/usr/local/lib/python3.3/dist packages/numba/pyextensibletype/extensibletype/test/test\u perfecthashing.py”的安装过程中遇到了这个错误^SyntaxError:无效语法我不知道会发生什么。。谢谢你,特拉维斯。我正在通过“Sudo apt get install”安装llvm和llvmpy。我尝试的numba版本是使用“Sudo pip-3.3 install numba”的numba-0.8.1.tar.gz。另外,我在更新build/lib.linux-x86\u 64-3.3/numba//u version.py文件/usr/local/lib/python3.3/dist packages/numba/pyextensibletype/extensibletype/test/test\u perfecthashing.py”的安装过程中遇到了这个错误^SyntaxError:无效语法我不知道会发生什么。。