Python ライブラリ “pandas, scikit-image” を Windows にインストール

前回の記事 Pythonの機械学習・数値計算環境 (NumPy, SciPy, matplotlib, scikit-learn) をWindowsにインストール :: terabo.net に引き続き、Windows 環境に pandas, scikit-image をインストールします。

Pythonの機械学習・数値計算環境 (NumPy, SciPy, matplotlib, scikit-learn) をWindowsにインストール

上に張ったリンクの作業は済んでいるものと仮定します。 Pandas と scikit-image のインストールは非常に簡単です。

pandas インストール

公式サイトのダウンロードページから、.whl ファイルをダウンロードします。 今回は Python 2.7 (32bit) 環境なので、pandas-0.16.2-cp27-none-win32.whl をダウンロードしました。

コマンドプロンプトで以下のコマンドを叩きます。

pip install pandas-0.16.2-cp27-none-win32.whl

scikit-learn インストール

pandas のインストールとほぼ同様です。 Christoph Gohlke 氏のサイトから .whl ファイルをダウンロードします。 scikit_image‑0.11.3‑cp27‑none‑win32.whl をダウンロードしました。

コマンドプロンプトで以下のコマンドを実行します。

pip install pandas-0.16.2-cp27-none-win32.whl
この記事をシェアする:Tweet about this on Twitter
Twitter
Share on Facebook
Facebook
Email this to someone
email