Scipy: cant install scipy using pip

Created on 24 Sep 2016  路  3Comments  路  Source: scipy/scipy

For some reason scipy is unable to install.

I have seen some issues on stackoverflow and here about errors during compiling but they reported to have fixed the issue by upgrading pip which didnt work in my case.

I'm a bit new to python so maybe i'm just overlooking something

PS C:\Users\paul> python2 -m pip install scipy
Collecting scipy
Using cached scipy-0.18.1.tar.gz
Installing collected packages: scipy
Running setup.py install for scipy ... error
Complete output from command C:\Python27\python2.exe -u -c "import setuptools, tokenize;file='c:\users\paul\a
ppdata\local\temp\pip-build-ehjjbq\scipy\setup.py';exec(compile(getattr(tokenize, 'open', open)(file).read().re
place('\r\n', '\n'), file, 'exec'))" install --record c:\users\paul\appdata\local\temp\pip-bgj0fs-record\install-rec
ord.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:
openblas_lapack_info:
  libraries openblas not found in ['C:\\Python27\\lib', 'C:\\', 'C:\\Python27\\libs']
  NOT AVAILABLE

lapack_mkl_info:
mkl_info:
  libraries mkl,vml,guide not found in ['C:\\Python27\\lib', 'C:\\', 'C:\\Python27\\libs']
  NOT AVAILABLE

  NOT AVAILABLE

atlas_3_10_threads_info:
Setting PTATLAS=ATLAS
C:\Python27\lib\site-packages\numpy\distutils\system_info.py:639: UserWarning: Specified path C:\projects\windows-wh

eel-builder\atlas-builds\atlas-3.10.1-sse2-32\lib is invalid.
warnings.warn('Specified path %s is invalid.' % d)

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:\Python27\lib\site-packages\numpy\distutils\system_info.py:1548: 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__)
lapack_info:
  libraries lapack not found in ['C:\\Python27\\lib', 'C:\\', 'C:\\Python27\\libs']
  NOT AVAILABLE

C:\Python27\lib\site-packages\numpy\distutils\system_info.py:1559: 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.
  warnings.warn(LapackNotFoundError.__doc__)
lapack_src_info:
  NOT AVAILABLE

C:\Python27\lib\site-packages\numpy\distutils\system_info.py:1562: 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.
  warnings.warn(LapackSrcNotFoundError.__doc__)
  NOT AVAILABLE

Running from scipy source directory.
Traceback (most recent call last):
  File "<string>", line 1, in <module>
  File "c:\users\paul\appdata\local\temp\pip-build-ehjjbq\scipy\setup.py", line 415, in <module>
    setup_package()
  File "c:\users\paul\appdata\local\temp\pip-build-ehjjbq\scipy\setup.py", line 411, in setup_package
    setup(**metadata)
  File "C:\Python27\lib\site-packages\numpy\distutils\core.py", line 135, in setup
    config = configuration()
  File "c:\users\paul\appdata\local\temp\pip-build-ehjjbq\scipy\setup.py", line 335, in configuration
    config.add_subpackage('scipy')
  File "C:\Python27\lib\site-packages\numpy\distutils\misc_util.py", line 1003, in add_subpackage
    caller_level = 2)
  File "C:\Python27\lib\site-packages\numpy\distutils\misc_util.py", line 972, in get_subpackage
    caller_level = caller_level + 1)
  File "C:\Python27\lib\site-packages\numpy\distutils\misc_util.py", line 909, in _get_configuration_from_setup_py
    config = setup_module.configuration(*args)
  File "scipy\setup.py", line 15, in configuration
    config.add_subpackage('linalg')
  File "C:\Python27\lib\site-packages\numpy\distutils\misc_util.py", line 1003, in add_subpackage
    caller_level = 2)
  File "C:\Python27\lib\site-packages\numpy\distutils\misc_util.py", line 972, in get_subpackage
    caller_level = caller_level + 1)
  File "C:\Python27\lib\site-packages\numpy\distutils\misc_util.py", line 909, in _get_configuration_from_setup_py
    config = setup_module.configuration(*args)
  File "scipy\linalg\setup.py", line 20, in configuration
    raise NotFoundError('no lapack/blas resources found')
numpy.distutils.system_info.NotFoundError: no lapack/blas resources found

----------------------------------------

Command "C:\Python27\python2.exe -u -c "import setuptools, tokenize;file='c:\users\paul\appdata\local\temp\pip
-build-ehjjbq\scipy\setup.py';exec(compile(getattr(tokenize, 'open', open)(file).read().replace('\r\n', '\n'), f
ile
, 'exec'))" install --record c:\users\paul\appdata\local\temp\pip-bgj0fs-record\install-record.txt --single-version
-externally-managed --compile" failed with error code 1 in c:\users\paul\appdata\local\temp\pip-build-ehjjbq\scipy\

duplicate

Most helpful comment

You cannot install it via pip on Windows.
http://scipy.org/install.html

All 3 comments

You cannot install it via pip on Windows.
http://scipy.org/install.html

duplicate gh-5461

my bad wasn't aware of that

Was this page helpful?
0 / 5 - 0 ratings

Related issues

Vayel picture Vayel  路  4Comments

nschloe picture nschloe  路  5Comments

scipy-gitbot picture scipy-gitbot  路  4Comments

nschloe picture nschloe  路  4Comments

tomogwen picture tomogwen  路  3Comments