I'm getting a kernel crash error every time I try to specify a model.
All I've tried to do in an IPython session is:
In [1]: import pymc3 as pm
In [2]: with pm.Model() as model:
...: a = pm.Normal('a', mu=0, sd=1)
...:
/Users/ericmjl/anaconda/bin/python.app: line 3: 1151 Illegal instruction: 4 /Users/ericmjl/anaconda/python.app/Contents/MacOS/python "$@"
My PyMC3 version is installed from source (i.e. GitHub):
ericmjl at Erics-MacBook in ~
$ conda list | grep pymc3
Using Anaconda Cloud api site https://api.anaconda.org
pymc3 3.0rc1 <pip>
I'm getting a kernel crash error every time I try to specify a model.
All I've tried to do in an IPython session is:
My PyMC3 version is installed from source (i.e. GitHub):
Here's the output of the kernel crash: