pandas installation fails on pypy2 running on windows
Created originally on Bitbucket by ilyadu (Ilya Dubnov)
I'm trying to install pandas on pypy 2.7 (v6.0.0) running on windows for a while, I'm getting errors of the following:
pandas_libs\algos.c(117018) : error C2065: 'PyIntegerArrType_Type' : undeclared identifier pandas_libs\algos.c(117071) : error C2065: 'PyFloatingArrType_Type' : undeclared identifier pandas_libs\algos.c(117124) : error C2065: 'PyComplexFloatingArrType_Type' : undeclared identifier ...
pip version 18.1 numpy version 1.10.0
full output is attached.
Attachments: pandas.txtnumpy-1.13.txt