CentOSのvirtualenvでscipyをインストールする手順

1.インストールガイド
http://www.scipy.org/scipylib/building/linux.html

2.操作コマンド
numpy,pip install numpy
pip install scipy

エラーメッセージ:
numpy.distutils.system_info.BlasNotFoundError: Blas (http://www.netlib.org/blas/) libraries not found. Directories to search for the libraries can be specified in the
numpy/distutils/site.cfg file (section [blas]) or by setting
the BLAS environment variable.

3.解決対策
yum install lapack lapack-devel blas blas-devel
pip install numpy
pip install scipy

Linux

Posted by arkgame