[pypy-issue] Issue #2933: pandas installation fails on pypy2 running on windows (pypy/pypy)

Ilya Dubnov issues-reply at bitbucket.org
Thu Dec 20 08:31:40 EST 2018


New issue 2933: pandas installation fails on pypy2 running on windows
https://bitbucket.org/pypy/pypy/issues/2933/pandas-installation-fails-on-pypy2-running

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
...

full output is attached.




More information about the pypy-issue mailing list