Hello,
After failing with several attempts to build numpy on python 3.7.0a4,
the combo that worked with pip was
cython 0.28a0 (current master)
numpy 1.15.0.dev0 (current master)
in a fresh, clean venv.
Older cython (0.27.3 where the aforementioned issue seems to have been
solved https://github.com
On Thu, Jan 18, 2018 at 8:54 AM, Andras Deak wrote:
> Hello,
>
> After failing with several attempts to build numpy on python 3.7.0a4,
> the combo that worked with pip was
> cython 0.28a0 (current master)
> numpy 1.15.0.dev0 (current master)
> in a fresh, clean venv.
> Older cython (0.27.3 where
On Thursday, January 18, 2018, Charles R Harris
wrote:
>
>
> On Thu, Jan 18, 2018 at 8:54 AM, Andras Deak
wrote:
>>
>> Hello,
>>
>> After failing with several attempts to build numpy on python 3.7.0a4,
>> the combo that worked with pip was
>> cython 0.28a0 (current master)
>> numpy 1.15.0.dev0 (c