通过易于在 Windows 7 上安装进行 Scipy 安装



我尝试在Windows 7上安装Scipy,我按照指南从这里安装ATLAS/BLAS http://abel.ee.ucla.edu/cvxopt/install/index.html 但是在我运行easy-install scipy后,我遇到了一个错误:

C:Userst>C:Python27Scriptseasy_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.0setup.py -q bdist_egg --dist-dir c:userstszyro~1appdata
localtempeasy_install-z05lfrscipy-0.11.0egg-dist-tmp-zxl8pc
Running from scipy source directory.
C:Python27libsite-packagesnumpydistutilssystem_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:Python27libsite-packagesnumpydistutilssystem_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:Python27libsite-packagesnumpydistutilssystem_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 安装过程中,我没有任何警告,它似乎安装正常,尽管现在不确定如何检查它。

您可以从

http://www.scipy.org/install.html 中选择任何预构建的二进制安装程序。比手动构建和安装容易得多。

最新更新