Re: [Numpy-discussion] building numpy with python3.7

2018-01-18 Thread Andras Deak
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

Re: [Numpy-discussion] building numpy with python3.7

2018-01-18 Thread Charles R Harris
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

Re: [Numpy-discussion] building numpy with python3.7

2018-01-18 Thread Andras Deak
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