環境
windows7 professional SP1 64bit
python 2.7.11
メモのみ
64bit OSではNumpyとSciPyはpipでインストールできない。
Christoph Gohlkeさんがビルドしたものを使わせてもらう。
NumPy (64bit Python向け)
Archived: Python Extension Packages for Windows - Christoph Gohlke
自分の環境に合ったものをダウンロードする。
numpy-1.10.4+mkl-cp27-cp27m-win_amd64.whl
(python 2.7.11で64bit windowsの場合は上記)
SciPy (64bit Python向け)
Archived: Python Extension Packages for Windows - Christoph Gohlke
自分の環境に合ったものをダウンロードする。
scipy-0.17.1-cp27-cp27m-win_amd64.whl
(python 2.7.11で64bit windowsの場合は上記)
matplotlib
pipでインストールする。
1 |
pip install matplotlib |
scikit-learn
pipでインストールする。
1 |
pip install scikit-learn |
Scikit-image
Archived: Python Extension Packages for Windows - Christoph Gohlke
コメント