On Thursday, January 18, 2018, Charles R Harris <<a href="mailto:charlesr.harris@gmail.com">charlesr.harris@gmail.com</a>> wrote:<br>><br>><br>> On Thu, Jan 18, 2018 at 8:54 AM, Andras Deak <<a href="mailto:deak.andris@gmail.com">deak.andris@gmail.com</a>> wrote:<br>>><br>>> Hello,<br>>><br>>> After failing with several attempts to build numpy on python 3.7.0a4,<br>>> the combo that worked with pip was<br>>> cython 0.28a0 (current master)<br>>> numpy 1.15.0.dev0 (current master)<br>>> in a fresh, clean venv.<br>>> Older cython (0.27.3 where the aforementioned issue seems to have been<br>>> solved <a href="https://github.com/cython/cython/issues/1955">https://github.com/cython/cython/issues/1955</a>) didn't help.<br>>> Stable numpy 1.14.0 didn't seem to work even with cython master.<br>>> This seems to be the same setup that Thomas mentioned, I mostly want<br>>> to note that anything less doesn't seem to compile yet.<br>><br>> Where did you get 1.14.0 source? If it was with pip, it was generated using cython 0.26.1.<br>> Chuck<br><br>Yes, I did with my last attempts (in earlier attempts I did pull earlier versions from github but only before I realized I had to upgrade cython altogether). So that's probably it; sorry, I had no understanding of the workings of pip.<br>I'll retry with cython stable and numpy from source, and only post again if I find something surprising in order to reduce further noise.<br>Thanks,<br><br>AndrĂ¡s