[Numpy-discussion] porting NumPy to Python 3

Stéfan van der Walt stefan at sun.ac.za
Mon Mar 2 15:53:13 EST 2009


2009/2/10 Scott Sinclair <scott.sinclair.za at gmail.com>:
>> 2009/2/10 James Watson <watson.jim at gmail.com>:
>> I want to make sure diffs are against latest code, but keep getting
>> this svn error:
>> svn update
>> svn: OPTIONS of 'http://scipy.org/svn/numpy/trunk': Could not read
>> status line: Connection reset by peer (http://scipy.org)
>
> There is some problem at the moment.
>
> This seems to be quite common recently, during the very early morning
> (USA time zones).

Note that there is also a git repository available.  Clone using

       git clone --origin svn git://github.com/pv/numpy-svn.git

You can always update to the latest version using `git fetch`.

Cheers
Stéfan



More information about the NumPy-Discussion mailing list