LoginSignup
0

More than 5 years have passed since last update.

PyMC3で、[illegal hardware instruction python] エラー

Last updated at Posted at 2017-06-25

現象

anoacondaでPyMCをインストールした後、import しようとしたら以下のエラー

conda install -c conda-forge pymc3
python
>>> import pymc3
[1]    3244 illegal hardware instruction  python

解決策

インストール方法が、pipかanacondaかは関係ありませんでした。
自分の場合h,pythonのバージョンを3.6.0から3.4に下げたところ、直りました。

pyenvとanacondaを同時に利用しておいたのですが、バージョンの管理が煩雑になっていたため、pyevnの利用はやめようと思います
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

Register as a new user and use Qiita more conveniently

  1. You get articles that match your needs
  2. You can efficiently read back useful information
  3. You can use dark theme
What you can do with signing up
0