After installing PyMC with anoaconda, when I try to import, the following error
conda install -c conda-forge pymc3
python
>>> import pymc3
[1] 3244 illegal hardware instruction python
It didn't matter if the installation method was pip or anaconda. In my case, I lowered the version of h, python from 3.6.0 to 3.4, and it was fixed.
I used pyenv and anaconda at the same time, but I think I will stop using pyevn because version control has become complicated. http://qiita.com/shibukawa/items/0daab479a2fd2cb8a0e7
MacBook Air (13-inch, Early 2014) macOS Sierra 10.12.5 conda 4.3.22 pip 9.0.1 python 3.6
Recommended Posts