使用PIP安装Scipy在错误代码1中失败



我正在尝试使用pip安装scipy,我一直在遇到以下错误。

    Collecting scipy
  Using cached scipy-0.18.1.tar.gz
Installing collected packages: scipy
  Running setup.py install for scipy: started
    Running setup.py install for scipy: finished with status 'error'
    Complete output from command c:usershumadappdatalocalprogramspythonpython35-32python.exe -u -c "import setuptools, tokenize;__file__='C:\Users\Humad\AppData\Local\Temp\pip-build-nb9urzp9\scipy\setup.py';f=getattr(tokenize, 'open', open)(__file__);code=f.read().replace('rn', 'n');f.close();exec(compile(code, __file__, 'exec'))" install --record C:UsersHumadAppDataLocalTemppip-0075mldr-recordinstall-record.txt --single-version-externally-managed --compile:
    Note: if you need reliable uninstall behavior, then install
    with pip instead of using `setup.py install`:
      - `pip install .`       (from a git repo or downloaded source
                               release)
      - `pip install scipy`   (last SciPy release on PyPI)

    lapack_opt_info:
    lapack_mkl_info:
      libraries mkl_rt not found in ['c:\users\humad\appdata\local\programs\python\python35-32\lib', 'C:\', 'c:\users\humad\appdata\local\programs\python\python35-32\libs']
      NOT AVAILABLE
    openblas_lapack_info:
      libraries openblas not found in ['c:\users\humad\appdata\local\programs\python\python35-32\lib', 'C:\', 'c:\users\humad\appdata\local\programs\python\python35-32\libs']
      NOT AVAILABLE
    atlas_3_10_threads_info:
    Setting PTATLAS=ATLAS
    c:usershumadappdatalocalprogramspythonpython35-32libsite-packagesnumpydistutilssystem_info.py:1051: UserWarning: Specified path C:projectsnumpy-wheelswindows-wheel-builderatlas-buildsatlas-3.10.1-sse2-32lib is invalid.
      pre_dirs = system_info.get_paths(self, section, key)
    <class 'numpy.distutils.system_info.atlas_3_10_threads_info'>
      NOT AVAILABLE
    atlas_3_10_info:
    <class 'numpy.distutils.system_info.atlas_3_10_info'>
      NOT AVAILABLE
    atlas_threads_info:
    Setting PTATLAS=ATLAS
    <class 'numpy.distutils.system_info.atlas_threads_info'>
      NOT AVAILABLE
    atlas_info:
    <class 'numpy.distutils.system_info.atlas_info'>
      NOT AVAILABLE
    c:usershumadappdatalocalprogramspythonpython35-32libsite-packagesnumpydistutilssystem_info.py:572: 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.
      self.calc_info()
    lapack_info:
      libraries lapack not found in ['c:\users\humad\appdata\local\programs\python\python35-32\lib', 'C:\', 'c:\users\humad\appdata\local\programs\python\python35-32\libs']
      NOT AVAILABLE
    c:usershumadappdatalocalprogramspythonpython35-32libsite-packagesnumpydistutilssystem_info.py:572: UserWarning:
        Lapack (http://www.netlib.org/lapack/) libraries not found.
        Directories to search for the libraries can be specified in the
        numpy/distutils/site.cfg file (section [lapack]) or by setting
        the LAPACK environment variable.
      self.calc_info()
    lapack_src_info:
      NOT AVAILABLE
    c:usershumadappdatalocalprogramspythonpython35-32libsite-packagesnumpydistutilssystem_info.py:572: UserWarning:
        Lapack (http://www.netlib.org/lapack/) sources not found.
        Directories to search for the sources can be specified in the
        numpy/distutils/site.cfg file (section [lapack_src]) or by setting
        the LAPACK_SRC environment variable.
      self.calc_info()
      NOT AVAILABLE
    Running from scipy source directory.
    Traceback (most recent call last):
      File "<string>", line 1, in <module>
      File "C:UsersHumadAppDataLocalTemppip-build-nb9urzp9scipysetup.py", line 415, in <module>
        setup_package()
      File "C:UsersHumadAppDataLocalTemppip-build-nb9urzp9scipysetup.py", line 411, in setup_package
        setup(**metadata)
      File "c:usershumadappdatalocalprogramspythonpython35-32libsite-packagesnumpydistutilscore.py", line 135, in setup
        config = configuration()
      File "C:UsersHumadAppDataLocalTemppip-build-nb9urzp9scipysetup.py", line 335, in configuration
        config.add_subpackage('scipy')
      File "c:usershumadappdatalocalprogramspythonpython35-32libsite-packagesnumpydistutilsmisc_util.py", line 1001, in add_subpackage
        caller_level = 2)
      File "c:usershumadappdatalocalprogramspythonpython35-32libsite-packagesnumpydistutilsmisc_util.py", line 970, in get_subpackage
        caller_level = caller_level + 1)
      File "c:usershumadappdatalocalprogramspythonpython35-32libsite-packagesnumpydistutilsmisc_util.py", line 907, in _get_configuration_from_setup_py
        config = setup_module.configuration(*args)
      File "scipysetup.py", line 15, in configuration
        config.add_subpackage('linalg')
      File "c:usershumadappdatalocalprogramspythonpython35-32libsite-packagesnumpydistutilsmisc_util.py", line 1001, in add_subpackage
        caller_level = 2)
      File "c:usershumadappdatalocalprogramspythonpython35-32libsite-packagesnumpydistutilsmisc_util.py", line 970, in get_subpackage
        caller_level = caller_level + 1)
      File "c:usershumadappdatalocalprogramspythonpython35-32libsite-packagesnumpydistutilsmisc_util.py", line 907, in _get_configuration_from_setup_py
        config = setup_module.configuration(*args)
      File "scipylinalgsetup.py", line 20, in configuration
        raise NotFoundError('no lapack/blas resources found')
    numpy.distutils.system_info.NotFoundError: no lapack/blas resources found
    ----------------------------------------
Command "c:usershumadappdatalocalprogramspythonpython35-32python.exe -u -c "import setuptools, tokenize;__file__='C:\Users\Humad\AppData\Local\Temp\pip-build-nb9urzp9\scipy\setup.py';f=getattr(tokenize, 'open', open)(__file__);code=f.read().replace('rn', 'n');f.close();exec(compile(code, __file__, 'exec'))" install --record C:UsersHumadAppDataLocalTemppip-0075mldr-recordinstall-record.txt --single-version-externally-managed --compile" failed with error code 1 in C:UsersHumadAppDataLocalTemppip-build-nb9urzp9scipy

我还尝试过克隆Scipy GitHub repo并进行" PIP安装"。从那里,但是我会得到更多错误。

我在运行Python 3.5.0

的64位Windows机器上

我也遇到了这样的问题,下载sicpy(scipy-0.19.1-cp27-cp27m-win32.whl),也失败了。

我将'Pycharm'用于编译工具,使用其文件 setting interner package更新到最新版本。

最新更新