2

Windows7にScipyをインストールしようとしています。ガイドに従ってATLAS/BLASをここからインストールします。http://abel.ee.ucla.edu/cvxopt/install/index.html実行した後easy-install scipy、エラーが発生します。

C:\Users\t>C:\Python27\Scripts\easy_install.exe scipy
Searching for scipy
Reading http://pypi.python.org/simple/scipy/
Reading http://www.scipy.org
Reading http://sourceforge.net/project/showfiles.php?group_id=27747&package_id=1
9531
Reading http://new.scipy.org/Wiki/Download
Best match: scipy 0.11.0
Downloading http://pypi.python.org/packages/source/s/scipy/scipy-0.11.0.zip#md5=
40b700ddde9ddab643b640fff7a9d753
Processing scipy-0.11.0.zip
Running scipy-0.11.0\setup.py -q bdist_egg --dist-dir c:\users\tszyro~1\appdata\
local\temp\easy_install-z05lfr\scipy-0.11.0\egg-dist-tmp-zxl8pc
Running from scipy source directory.
C:\Python27\lib\site-packages\numpy\distutils\system_info.py:1425: UserWarning:

    Atlas (http://math-atlas.sourceforge.net/) libraries not found.
    Directories to search for the libraries can be specified in the
    numpy/distutils/site.cfg file (section [atlas]) or by setting
    the ATLAS environment variable.
  warnings.warn(AtlasNotFoundError.__doc__)
C:\Python27\lib\site-packages\numpy\distutils\system_info.py:1434: UserWarning:

    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.
   warnings.warn(BlasNotFoundError.__doc__)
C:\Python27\lib\site-packages\numpy\distutils\system_info.py:1437: UserWarning:

    Blas (http://www.netlib.org/blas/) sources not found.
    Directories to search for the sources can be specified in the
    numpy/distutils/site.cfg file (section [blas_src]) or by setting
    the BLAS_SRC environment variable.
  warnings.warn(BlasSrcNotFoundError.__doc__)
error:
    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.

今はどうしたらいいのかわからない。BLAS / ATLASのインストール中に、警告は表示されませんでしたが、今すぐ確認する方法はわかりませんが、正常にインストールされたようです。

4

1 に答える 1

1

http://www.scipy.org/install.htmlからビルド済みのバイナリインストーラーのいずれかを選択できます。手動で構築およびインストールするよりもはるかに簡単です。

于 2013-07-14T01:13:15.790 に答える