kou commented on PR #40418: URL: https://github.com/apache/arrow/pull/40418#issuecomment-1989370158
It seems that the wheel-manylinux problem has been fixed but the wheel-windows problem hasn't yet. It seems that numpy-2.0.0b1 is installed on Windows but the problem is still happen: https://github.com/ursacomputing/crossbow/actions/runs/8235147762/job/22518586381#step:7:3152 ```text Installing collected packages: wheel, typing-extensions, tomli, packaging, numpy, cython, setuptools_scm Successfully installed cython-3.0.9 numpy-2.0.0b1 packaging-24.0 setuptools_scm-8.0.4 tomli-2.0.1 typing-extensions-4.10.0 wheel-0.42.0 ``` https://github.com/ursacomputing/crossbow/actions/runs/8235147762/job/22518586381#step:7:7344 ```text C:\arrow\python\pyarrow\src\arrow\python\arrow_to_pandas.cc(259,56): error C3861: 'PyDataType_C_METADATA': identifier not found [C:\arrow\python\build\temp.win-amd64-cpython-310\arrow_python.vcxproj] C:\arrow\python\pyarrow\src\arrow\python\arrow_to_pandas.cc(280,24): error C3861: 'PyDataType_ELSIZE': identifier not found [C:\arrow\python\build\temp.win-amd64-cpython-310\arrow_python.vcxproj] C:\arrow\python\pyarrow\src\arrow\python\arrow_to_pandas.cc(542,58): error C3861: 'PyDataType_C_METADATA': identifier not found [C:\arrow\python\build\temp.win-amd64-cpython-310\arrow_python.vcxproj] ``` -- This is an automated message from the Apache Git Service. To respond to the message, please log on to GitHub and use the URL above to go to the specific comment. To unsubscribe, e-mail: [email protected] For queries about this service, please contact Infrastructure at: [email protected]
