[Numpy-discussion] Windows dev-build Numpy 1.6.1

Charles R Harris charlesr.harris at gmail.com
Wed May 18 13:53:29 EDT 2011


On Wed, May 18, 2011 at 11:50 AM, Ralf Gommers
<ralf.gommers at googlemail.com>wrote:

>
>
> On Wed, May 18, 2011 at 7:38 PM, Wieland Brendel <wielandbrendel at gmx.net>wrote:
>
>> Dear Ralf,
>> thanks for you suggestion - the SVN was of course only the numpy master
>> branch. I switched to the latest 1.6.x branch but the compilation stops
>> with
>>
>>  > ValueError: invalid version number '4.'
>>
>
> You have a time machine! Numpy will probably be version 4 around 2018 or
> so....
>
>>
>> in line 107, C:\Python26\lib\distutils\version.py
>>
>> (before was line 40, self.parse(vstring)).
>>
>> Any idea how I can solve that?
>>
>
> Not without more info. Did you clean your build dir? What build command?
> Normally something like
> $ git clean -xdf
> $ python setup.py install
> should work.
>
>
It's usually wise to also remove the previous numpy installation as there
may be stray tests left over for things not in the branch.

Chuck
-------------- next part --------------
An HTML attachment was scrubbed...
URL: <http://mail.python.org/pipermail/numpy-discussion/attachments/20110518/c5aecdd7/attachment.html>


More information about the NumPy-Discussion mailing list