[Numpy-discussion] testing binary installer for OS X

josef.pktd at gmail.com josef.pktd at gmail.com
Fri Feb 26 12:26:15 EST 2010


On Fri, Feb 26, 2010 at 12:19 PM, Pauli Virtanen <pav at iki.fi> wrote:
> pe, 2010-02-26 kello 12:09 -0500, josef.pktd at gmail.com kirjoitti:
>> On Fri, Feb 26, 2010 at 12:00 PM, Ralf Gommers
> [clip]
>> > ValueError: numpy.dtype does not appear to be the correct type object
>>
>> This looks like the cython type check problem, ckdtree.c  doesn't look
>> compatible with your numpy version
>
> Or, rather, the Scipy binary is not compatible with the Numpy you built,
> because of a differing size of the PyArray_Descr structure.
> Recompilation of Scipy would fix this, but if the aim is to produce a
> binary-compatible release, then something is still wrong.

recompiling wouldn't be enough, the cython c files also need to be
regenerated for a different numpy version.
(If I understand the problem correctly.)

Josef

>
> --
> Pauli Virtanen
>
> _______________________________________________
> NumPy-Discussion mailing list
> NumPy-Discussion at scipy.org
> http://mail.scipy.org/mailman/listinfo/numpy-discussion
>



More information about the NumPy-Discussion mailing list