2022-09-01から1ヶ月間の記事一覧

pystanの環境構築 on mac

macでのpystan(2.17.1.0)環境構築。 苦労したので、メモ。 (homebrewを入れたうえで) brew install python@3.7 python3.7 -m venv venv source venv/bin/activate pip install pystan==2.17.1.0 参考サイト http://y-okamoto-psy1949.la.coocan.jp/Python/Py…