Re: Trouble with numpy-0.9.4 and numpy-0.9.5



drife wrote:
Hello,

I use the Python Numeric package extensively, and had been an
avid user of the "old" scipy. In my view, both pieces of software
are truly first rate, and have greatly improved my productivity in
the area of scientific analysis. Thus, I was excited to make the
transition to the new scipy core (numpy).

Unfortunately, I am experiencing a problem that I cannot sort
out. I am running Python 2.4.2 on a Debian box (V3.1), using
gcc version 3.3.5, and ATLAS, BLAS, and LAPACK libraries
built from scratch. When building numpy everything seems to
go AOK. But trouble soon follows.

As a sanity check, I run the diagnostic tests that come as
part of the numpy package:

from numpy import *
from scipy import *

test(level=N) # N can vary from 1 to 10. :


No matter which test I run, Python crashes hard with only
the following output: "Floating exception".


This could be related to the Debian glibc bug that has been discussed before. Aparently the Debian version of glibc had some issues with SSE. This is the same behavior experienced by others on the Debian platform. There is a patch, but I'm not sure what it is.

See, for example:

http://aspn.activestate.com/ASPN/Mail/Message/numpy-discussion/2207861

Come over to the numpy-discussion@xxxxxxxxxxxxxxxxxxxxx and/or scipy-user@xxxxxxxxx

lists for more help.

-Travis

.



Relevant Pages

  • Trouble with numpy-0.9.4 and numpy-0.9.5
    ... I use the Python Numeric package extensively, ... transition to the new scipy core. ... I am running Python 2.4.2 on a Debian box, ... When building numpy everything seems to ...
    (comp.lang.python)
  • Re: c# application calling Scipy
    ... I'm building a c# application and I want to call functions in SciPy ... DLL with a Python interpreter and defining a few structs. ... Write a proxy DLL in C and embed Python in that. ...
    (comp.lang.python)
  • Re: wxPython installation issues on Debian
    ... the Debian wxPython packages currently only support one ... version of Python at a time. ... package or try to get an upstream ...
    (comp.lang.python)
  • ANN: SciPy 2006 Conference
    ... A tremendous amount of work has gone into SciPy and Numpy over the past few months, and the scientific python community around these and other tools has truly flourished. ... The Scipy 2006 Conference is an excellent opportunity to exchange ideas, learn techniques, contribute code and affect the direction of scientific computing with Python. ...
    (comp.lang.python.announce)
  • problem with python in Debian/unstable
    ... >Unpacking replacement python ... ... >dpkg: error processing ... >packages that were installed. ... Try getting python* version 2.3.2-7 from debian incoming. ...
    (Debian-User)