Re: Unable to install numpy with pip in python3.8

2019-08-22 Thread Ankur Sinha
On Thu, Aug 22, 2019 07:53:19 +0200, Jos de Kloe wrote: > Hi, > > this seems to indicate that there is an incompatibility in how numpy > calls cython macros. > > On 8/22/19 12:38 AM, Ankur Sinha wrote: > > error: macro "__Pyx_PyCode_New" requires 16 arguments, but only 15 given > > Actually, th

Re: Unable to install numpy with pip in python3.8

2019-08-21 Thread Jos de Kloe
Hi, this seems to indicate that there is an incompatibility in how numpy calls cython macros. On 8/22/19 12:38 AM, Ankur Sinha wrote: > error: macro "__Pyx_PyCode_New" requires 16 arguments, but only 15 given Actually, there already is a bug report on cython here: https://github.com/cython/cyth