[SciPy-user] More installation troubles

Pearu Peterson pearu at scipy.org
Thu Sep 8 04:44:59 EDT 2005



On Thu, 8 Sep 2005, Alexander Borghgraef wrote:

> Some more problems installing SciPy: firstly the installer doesn't seem to
> find the fftw library. I did set an environment variable
> FFTW pointing to the local lib and include directories where libfftw3.a,
> libfftw3.la <http://libfftw3.la>, fftw3.f and fftw3.h are to be found. Still
> I get:
>
> fftw_info:
> NOT AVAILABLE
>
> dfftw_info:
> 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.
>
> Any idea why this is? Then it goes on to find blas, lapack and atlas, gives
> a warning that lapack is probably incomplete (which is strange,
> since I compiled it from source following the instructions on the 'building
> scipy' page), finds x11, and crashes with the following error:

scipy 0.3.2 does not have fftw3 support, it's only available in CVS/SVN
version of scipy. You can either ignore it (since scipy uses fortran 
fftpack instead fftw), or install fftw2, or get scipy/scipy_core from SVN 
repository.

> ATLAS version 3.6.0
> Traceback (most recent call last):
> File "setup.py", line 111, in ?
> setup_package(ignore_packages)
> File "setup.py", line 85, in setup_package
> ignore_packages = ignore_packages)
> File "scipy_core/scipy_distutils/misc_util.py", line 475, in get_subpackages
> config = setup_module.configuration(*args)
> File "/home/morlet/aborghgr/incoming/SciPy_complete-0.3.2/scipy_core/scipy_base/setup_scipy_base.py",
> line 18, in configuration
> numpy_info = get_info('numpy')
> File "scipy_core/scipy_distutils/system_info.py", line 192, in get_info
> return cl().get_info(notfound_action)
> File "scipy_core/scipy_distutils/system_info.py", line 1111, in __init__
> module = __import__(self.modulename)
> File
> "/homes/morlet/aborghgr/local//lib/python2.3/site-packages/Numeric/Numeric.py",
> line 358, in ?
> from dotblas import dot, innerproduct, vdot
> File
> "/homes/morlet/aborghgr/local/lib/python2.3/site-packages/numarray/dotblas.py",
> line 5, in ?
> import generic as _gen
> File
> "/homes/morlet/aborghgr/local/lib/python2.3/site-packages/numarray/generic.py",
> line 13, in ?
> import numerictypes as _nt
> File
> "/homes/morlet/aborghgr/local/lib/python2.3/site-packages/numarray/numerictypes.py",
> line 168, in ?
> Byte = _register("Byte", Int8)
> File
> "/homes/morlet/aborghgr/local/lib/python2.3/site-packages/numarray/numerictypes.py",
> line 68, in _register
> raise ValueError("Type %s has already been registered" % name)
> ValueError: Type Byte has already been registered
>
> I don't have a clue as to what this means. Anyone care to help?

This looks like a numarray/Numeric issue. For some reasons Numeric imports 
dotblas from numarray package.

HTH,
Pearu




More information about the SciPy-User mailing list