[Numpy-discussion] Windows dev-build Numpy 1.6.1

Ralf Gommers ralf.gommers at googlemail.com
Wed May 18 13:50:08 EDT 2011


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.

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


More information about the NumPy-Discussion mailing list