[SciPy-user] WinXP python 2.4.2 upgrade: scipy build fails

Gary pajer at iname.com
Mon Dec 26 22:55:46 EST 2005


I'm upgrading from python 2.3 to 2.4.2.

I refreshed my svn's, deleted the previous build directories.

scipy_core installed fine.  scipy fails.  What did I do wrong?
(one thing: I didn't try the latest scipy with the old python before 
changing both at the same time  :)    )

-gary


--------------------------------------------------
C:\Documents and Settings\Gary\My Documents\python\scipy\svn>python 
setup.py con
fig --compiler=mingw32 build --compiler=mingw32 install
Skip importing scipy packages (NO_SCIPY_IMPORT=SciPy/setup.py)
Appending scipy.sandbox configuration to scipy
Assuming default configuration (Lib\utils/{setup_utils,setup}.py was not 
found)
Appending scipy.utils configuration to scipy
Appending scipy.io configuration to scipy
fftw_info:
  fftw3 not found
  fftw2 not found
  NOT AVAILABLE

dfftw_info:
  dfftw not found
  NOT AVAILABLE


    FFTW (http://www.fftw.org/) libraries not found.
    Directories to search for the libraries can be specified in the
    scipy_distutils/site.cfg file (section [fftw]) or by setting
    the FFTW environment variable.
djbfft_info:
  NOT AVAILABLE


    DJBFFT (http://cr.yp.to/djbfft.html) libraries not found.
    Directories to search for the libraries can be specified in the
    scipy_distutils/site.cfg file (section [djbfft]) or by setting
    the DJBFFT environment variable.
Appending scipy.fftpack configuration to scipy
Appending scipy.signal configuration to scipy
blas_opt_info:
blas_mkl_info:
  NOT AVAILABLE

atlas_blas_threads_info:
Setting PTATLAS=ATLAS
  NOT AVAILABLE

atlas_blas_info:
  NOT AVAILABLE

c:\python24\lib\site-packages\scipy\distutils\system_info.py:1174: 
UserWarning:

    Atlas (http://math-atlas.sourceforge.net/) libraries not found.
    Directories to search for the libraries can be specified in the
    scipy_distutils/site.cfg file (section [atlas]) or by setting
    the ATLAS environment variable.
  warnings.warn(AtlasNotFoundError.__doc__)
blas_info:
  NOT AVAILABLE

c:\python24\lib\site-packages\scipy\distutils\system_info.py:1183: 
UserWarning:

    Blas (http://www.netlib.org/blas/) libraries not found.
    Directories to search for the libraries can be specified in the
    scipy_distutils/site.cfg file (section [blas]) or by setting
    the BLAS environment variable.
  warnings.warn(BlasNotFoundError.__doc__)
blas_src_info:
  NOT AVAILABLE

c:\python24\lib\site-packages\scipy\distutils\system_info.py:1186: 
UserWarning:

    Blas (http://www.netlib.org/blas/) sources not found.
    Directories to search for the sources can be specified in the
    scipy_distutils/site.cfg file (section [blas_src]) or by setting
    the BLAS_SRC environment variable.
  warnings.warn(BlasSrcNotFoundError.__doc__)
Traceback (most recent call last):
  File "setup.py", line 42, in ?
    setup_package()
  File "setup.py", line 28, in setup_package
    config.add_subpackage('Lib')
  File "c:\python24\Lib\site-packages\scipy\distutils\misc_util.py", 
line 399, i
n add_subpackage
    config = self.get_subpackage(subpackage_name,subpackage_path)
  File "c:\python24\Lib\site-packages\scipy\distutils\misc_util.py", 
line 389, i
n get_subpackage
    config = setup_module.configuration(*args)
  File "C:\Documents and Settings\Gary\My 
Documents\python\scipy\svn\Lib\setup.p
y", line 10, in configuration
    config.add_subpackage('integrate')
  File "c:\python24\Lib\site-packages\scipy\distutils\misc_util.py", 
line 399, i
n add_subpackage
    config = self.get_subpackage(subpackage_name,subpackage_path)
  File "c:\python24\Lib\site-packages\scipy\distutils\misc_util.py", 
line 389, i
n get_subpackage
    config = setup_module.configuration(*args)
  File "Lib\integrate\setup.py", line 11, in configuration
    blas_opt = get_info('blas_opt',notfound_action=2)
  File "c:\python24\Lib\site-packages\scipy\distutils\system_info.py", 
line 200,
 in get_info
    return cl().get_info(notfound_action)
  File "c:\python24\Lib\site-packages\scipy\distutils\system_info.py", 
line 348,
 in get_info
    raise self.notfounderror,self.notfounderror.__doc__
scipy.distutils.system_info.NotFoundError: Some third-party program or 
library i
s not found.

C:\Documents and Settings\Gary\My Documents\python\scipy\svn>python 
setup.py con
fig --compiler=mingw32 build --compiler=mingw32 install
Skip importing scipy packages (NO_SCIPY_IMPORT=SciPy/setup.py)
Appending scipy.sandbox configuration to scipy
Assuming default configuration (Lib\utils/{setup_utils,setup}.py was not 
found)
Appending scipy.utils configuration to scipy
Appending scipy.io configuration to scipy
fftw_info:
  fftw3 not found
  fftw2 not found
  NOT AVAILABLE

dfftw_info:
  dfftw not found
  NOT AVAILABLE


    FFTW (http://www.fftw.org/) libraries not found.
    Directories to search for the libraries can be specified in the
    scipy_distutils/site.cfg file (section [fftw]) or by setting
    the FFTW environment variable.
djbfft_info:
  NOT AVAILABLE


    DJBFFT (http://cr.yp.to/djbfft.html) libraries not found.
    Directories to search for the libraries can be specified in the
    scipy_distutils/site.cfg file (section [djbfft]) or by setting
    the DJBFFT environment variable.
Appending scipy.fftpack configuration to scipy
Appending scipy.signal configuration to scipy
blas_opt_info:
blas_mkl_info:
  NOT AVAILABLE

atlas_blas_threads_info:
Setting PTATLAS=ATLAS
  NOT AVAILABLE

atlas_blas_info:
  NOT AVAILABLE

c:\python24\lib\site-packages\scipy\distutils\system_info.py:1174: 
UserWarning:

    Atlas (http://math-atlas.sourceforge.net/) libraries not found.
    Directories to search for the libraries can be specified in the
    scipy_distutils/site.cfg file (section [atlas]) or by setting
    the ATLAS environment variable.
  warnings.warn(AtlasNotFoundError.__doc__)
blas_info:
  NOT AVAILABLE

c:\python24\lib\site-packages\scipy\distutils\system_info.py:1183: 
UserWarning:

    Blas (http://www.netlib.org/blas/) libraries not found.
    Directories to search for the libraries can be specified in the
    scipy_distutils/site.cfg file (section [blas]) or by setting
    the BLAS environment variable.
  warnings.warn(BlasNotFoundError.__doc__)
blas_src_info:
  NOT AVAILABLE

c:\python24\lib\site-packages\scipy\distutils\system_info.py:1186: 
UserWarning:

    Blas (http://www.netlib.org/blas/) sources not found.
    Directories to search for the sources can be specified in the
    scipy_distutils/site.cfg file (section [blas_src]) or by setting
    the BLAS_SRC environment variable.
  warnings.warn(BlasSrcNotFoundError.__doc__)
Traceback (most recent call last):
  File "setup.py", line 42, in ?
    setup_package()
  File "setup.py", line 28, in setup_package
    config.add_subpackage('Lib')
  File "c:\python24\Lib\site-packages\scipy\distutils\misc_util.py", 
line 399, i
n add_subpackage
    config = self.get_subpackage(subpackage_name,subpackage_path)
  File "c:\python24\Lib\site-packages\scipy\distutils\misc_util.py", 
line 389, i
n get_subpackage
    config = setup_module.configuration(*args)
  File "C:\Documents and Settings\Gary\My 
Documents\python\scipy\svn\Lib\setup.p
y", line 10, in configuration
    config.add_subpackage('integrate')
  File "c:\python24\Lib\site-packages\scipy\distutils\misc_util.py", 
line 399, i
n add_subpackage
    config = self.get_subpackage(subpackage_name,subpackage_path)
  File "c:\python24\Lib\site-packages\scipy\distutils\misc_util.py", 
line 389, i
n get_subpackage
    config = setup_module.configuration(*args)
  File "Lib\integrate\setup.py", line 11, in configuration
    blas_opt = get_info('blas_opt',notfound_action=2)
  File "c:\python24\Lib\site-packages\scipy\distutils\system_info.py", 
line 200,
 in get_info
    return cl().get_info(notfound_action)
  File "c:\python24\Lib\site-packages\scipy\distutils\system_info.py", 
line 348,
 in get_info
    raise self.notfounderror,self.notfounderror.__doc__
scipy.distutils.system_info.NotFoundError: Some third-party program or 
library i
s not found.




More information about the SciPy-User mailing list