[HOME]: [Mac OS X]: [MacPython]: [Emacs]: [生存報告記]: [MacEmacs JP Project]: [NTEmacs JP Project]:

Differences between revisions 9 and 10

Deletions are marked like this. Additions are marked like this.
Line 16: Line 16:
Linux の場合は「BLAS」「LAPACK」のインストールが必要です。

Line 33: Line 30:

Linux の場合は「BLAS」「LAPACK」のインストールが必要です。

[http://kesin.hatenablog.com/entry/20111229/1325174595 NumPy, SciPyをちゃんとインストールする(CentOS+Python2.7+easy_install) - Kesin's diary]

概要

URL

インストール

「BLAS(行列ライブラリ)」「LAPACK(線形方程式ソルバ)」に依存しています。

Mac の場合、XCode をインストールすると「Accelerate Framework」がインストールされ、これが「BLAS」「LAPACK」の機能を持っています

Mac の場合は以下でインストールすれば問題なく動作します。

pip install numpy

# 確認
import numpy
numpy.show_config()

# 動作テスト
pip install nose

numpy.test()

Linux の場合は「BLAS」「LAPACK」のインストールが必要です。

NumPy, SciPyをちゃんとインストールする(CentOS+Python2.7+easy_install) - Kesin's diary

設定

利用方法

参考サイト


CategoryPrograming CategoryPython CategoryMachineLearning

紹介マニアMoinMoin: NumPy (last edited 2017-09-30 10:52:20 by sakito)