Re: [Numpy-discussion] segmentation fault when installing with pip and python2.7

2010-07-25 Thread Peter
On Sat, Jul 24, 2010 at 8:38 PM, David Cournapeau wrote: > > In general, because the packaging/build infrastructure in python is horrible. > > However, in this precise case, the issue is simply that numpy 1.4.1 > does not support python2.7. > How about a tiny update to the numpy 1.4.x on PyPi whi

Re: [Numpy-discussion] segmentation fault when installing with pip and python2.7

2010-07-24 Thread Geoffrey Ely
On Jul 24, 2010, at 11:39 AM, Benjamin Root wrote: > I have to wonder why this question keeps coming up. Do we need to make the > build/installation instructions on the website clearer? Yes. I was one who asked recently. I've not seen easy_install nor pip mentioned on the website nor INSTALL

Re: [Numpy-discussion] segmentation fault when installing with pip and python2.7

2010-07-24 Thread David Cournapeau
On Sun, Jul 25, 2010 at 6:21 AM, Benjamin Root wrote: > > On Sat, Jul 24, 2010 at 2:38 PM, David Cournapeau > wrote: >> >> On Sun, Jul 25, 2010 at 3:39 AM, Benjamin Root wrote: >> >> > I have to wonder why this question keeps coming up. >> >> In general, because the packaging/build infrastructur

Re: [Numpy-discussion] segmentation fault when installing with pip and python2.7

2010-07-24 Thread Benjamin Root
On Sat, Jul 24, 2010 at 2:38 PM, David Cournapeau wrote: > On Sun, Jul 25, 2010 at 3:39 AM, Benjamin Root wrote: > > > I have to wonder why this question keeps coming up. > > In general, because the packaging/build infrastructure in python is > horrible. > > However, in this precise case, the iss

Re: [Numpy-discussion] segmentation fault when installing with pip and python2.7

2010-07-24 Thread David Cournapeau
On Sun, Jul 25, 2010 at 3:39 AM, Benjamin Root wrote: > I have to wonder why this question keeps coming up. In general, because the packaging/build infrastructure in python is horrible. However, in this precise case, the issue is simply that numpy 1.4.1 does not support python2.7. cheers, Dav

Re: [Numpy-discussion] segmentation fault when installing with pip and python2.7

2010-07-24 Thread Benjamin Root
On Sat, Jul 24, 2010 at 1:44 AM, Ralf Gommers wrote: > > > On Fri, Jul 23, 2010 at 11:46 AM, celil wrote: > >> Hello, >> >> I just installed numpy on Snow Leopard using pip. However, running the >> tests results in a segmentation fault. Has anybody else encountered this >> problem? How did you so

Re: [Numpy-discussion] segmentation fault when installing with pip and python2.7

2010-07-23 Thread Ralf Gommers
On Fri, Jul 23, 2010 at 11:46 AM, celil wrote: > Hello, > > I just installed numpy on Snow Leopard using pip. However, running the > tests results in a segmentation fault. Has anybody else encountered this > problem? How did you solve it? > > Do not use pip or easy_install, these tools are not ve

Re: [Numpy-discussion] segmentation fault when installing with pip and python2.7

2010-07-23 Thread mdekauwe
Hi, I don't know about pip but if you use macports all the python 2.6, scipy et al libs all set up fine with problems on snow leopard. If you really want 2.7 then not sure what to say. Martin celil wrote: > > Hello, > > I just installed numpy on Snow Leopard using pip. However, running the

[Numpy-discussion] segmentation fault when installing with pip and python2.7

2010-07-22 Thread celil
Hello, I just installed numpy on Snow Leopard using pip. However, running the tests results in a segmentation fault. Has anybody else encountered this problem? How did you solve it? The sequence of commands that reproduce the bug is: $ pip install numpy $ python -c "import numpy; num