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 which

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

2010-07-24 Thread Ralf Gommers
On Fri, Jul 23, 2010 at 11:46 AM, celil celil...@gmail.com 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

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 ralf.gomm...@googlemail.comwrote: On Fri, Jul 23, 2010 at 11:46 AM, celil celil...@gmail.com wrote: Hello, I just installed numpy on Snow Leopard using pip. However, running the tests results in a segmentation fault. Has anybody else

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 courn...@gmail.comwrote: On Sun, Jul 25, 2010 at 3:39 AM, Benjamin Root ben.r...@ou.edu wrote: I have to wonder why this question keeps coming up. In general, because the packaging/build infrastructure in python is horrible. However, in

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 ben.r...@ou.edu wrote: On Sat, Jul 24, 2010 at 2:38 PM, David Cournapeau courn...@gmail.com wrote: On Sun, Jul 25, 2010 at 3:39 AM, Benjamin Root ben.r...@ou.edu wrote: I have to wonder why this question keeps coming up. In general, because

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