Re: [Numpy-discussion] linalg.det throws IndexError on 2.6.5

2010-05-30 Thread Ilya Sterin
Yeah, there were no previous installs. Well, I removed the pip installed numpy and did a python setup.py install and all works now. Really bizarre, I didn't think pip did much outside of the standard python setup.py install, other that some more automation. Thanks for the help. Ilya On Sun, Ma

Re: [Numpy-discussion] linalg.det throws IndexError on 2.6.5

2010-05-30 Thread Charles R Harris
On Sun, May 30, 2010 at 2:22 PM, Ilya Sterin wrote: > Numpy 1.4.1. I built it myself. > > The version of numpy in question on CentOS was built against a 2.6.5 > version of python 64 bit binary and built/installed with pip. > > The version which is working on my OS X is a universal binary and bot

Re: [Numpy-discussion] linalg.det throws IndexError on 2.6.5

2010-05-30 Thread Ilya Sterin
Numpy 1.4.1. I built it myself. The version of numpy in question on CentOS was built against a 2.6.5 version of python 64 bit binary and built/installed with pip. The version which is working on my OS X is a universal binary and both python and numpy are built as such. I'm running python in 64b

Re: [Numpy-discussion] linalg.det throws IndexError on 2.6.5

2010-05-30 Thread Charles R Harris
On Sun, May 30, 2010 at 1:32 PM, Ilya Sterin wrote: > I'm not sure what's causing this at this point and before I dig deeper > thought someone can shed some light... > > On my Mac OS X python 2.6.1, numpy.linalg.det functions properly... > > >>> numpy.linalg.det(numpy.array([[1, 2], [3, 4]])) > -

[Numpy-discussion] linalg.det throws IndexError on 2.6.5

2010-05-30 Thread Ilya Sterin
I'm not sure what's causing this at this point and before I dig deeper thought someone can shed some light... On my Mac OS X python 2.6.1, numpy.linalg.det functions properly... >>> numpy.linalg.det(numpy.array([[1, 2], [3, 4]])) -2.0 On Centos 5 python 2.6.5, I get and IndexError (out of bounds