On Wed, May 18, 2011 at 11:50 AM, Ralf Gommers
<[email protected]>wrote:

>
>
> On Wed, May 18, 2011 at 7:38 PM, Wieland Brendel 
> <[email protected]>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
_______________________________________________
NumPy-Discussion mailing list
[email protected]
http://mail.scipy.org/mailman/listinfo/numpy-discussion

Reply via email to