LoginSignup
6
2

More than 5 years have passed since last update.

pymc3のインストール

Last updated at Posted at 2017-01-27

pymc(バージョン3.0以降)のインストール方法.(本家のドキュメントはこちら

初めての人は「Anacondaを使っている場合」を推奨します.

(なおpymc2(バージョン2.3.6)のインストール方法は,ここを参考にしてください)

Anacondaを使っている場合

conda install -c conda-forge pymc3

pipを使う場合

pip install pymc3

注意

pipでgitを使う場合には,最新の開発バージョンがインストールされます.動作が安定していない可能性がありますので気をつけてください.

pip install git+https://github.com/pymc-devs/pymc3

注意2

もし "Illegal Instruction: 4" というエラー がでたら,theanoを最新にアップデートしましょう.

pipでアップデート
pip install Theano=0.9.0b1
6
2
0

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
6
2