Re: [Numpy-discussion] Numpy on Travis with Python 3

2012-11-27 Thread Christoph Deil
Hi Tom, you can start reading here: https://github.com/numpy/numpy/issues/2761#issuecomment-10672029 :-) Christoph On Nov 27, 2012, at 1:27 PM, Thomas Robitaille wrote: > Hi everyone, > > I'm currently having issues with installing Numpy 1.6.2 with Python > 3.1 and 3.2 using pip in Travis b

Re: [Numpy-discussion] Numpy on Travis with Python 3

2012-11-27 Thread Peter Cock
On Tue, Nov 27, 2012 at 12:27 PM, Thomas Robitaille wrote: > Hi everyone, > > I'm currently having issues with installing Numpy 1.6.2 with Python > 3.1 and 3.2 using pip in Travis builds - see for example: > > https://travis-ci.org/astropy/astropy/jobs/3379866 > > The build aborts with a cryptic m

[Numpy-discussion] Numpy on Travis with Python 3

2012-11-27 Thread Thomas Robitaille
Hi everyone, I'm currently having issues with installing Numpy 1.6.2 with Python 3.1 and 3.2 using pip in Travis builds - see for example: https://travis-ci.org/astropy/astropy/jobs/3379866 The build aborts with a cryptic message: ValueError: underlying buffer has been detached Has anyone seen