我从源代码构建并安装了 PyMC。花了很多调试,但经过很长时间我成功安装了它。但是,现在当我尝试导入它时,它给了我一个Abort Trap: 6
错误。
Enthought Python Distribution -- www.enthought.com
Version: 7.1-2 (64-bit)
Python 2.7.2 |EPD 7.1-2 (64-bit)| (default, Jul 27 2011, 14:50:45)
[GCC 4.0.1 (Apple Inc. build 5493)] on darwin
Type "packages", "demo" or "enthought" for more information.
>>> import pymc
Abort trap: 6
我正在使用 OSX 10.7、numpy 1.8.0、scipy 0.13.0、pandas 0.3.0、matplotlib 1.4.x,并尝试安装 PyMC 3。