[SciPy-user] More installation troubles

Alexander Borghgraef alexander.borghgraef.rma at gmail.com
Thu Sep 8 04:00:45 EDT 2005


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:

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?

P.S. Sorry about the double message, apparently I don't get my own posts, so 
I figured it lost.

-- 
Alex Borghgraef
-------------- next part --------------
An HTML attachment was scrubbed...
URL: <http://mail.scipy.org/pipermail/scipy-user/attachments/20050908/5d0ee866/attachment.html>


More information about the SciPy-User mailing list