raulcd commented on issue #47367:
URL: https://github.com/apache/arrow/issues/47367#issuecomment-3250347941
Update: Both Arrow CPP and the Windows wheel were built successfully on that
job. It failed due to a couple of test failures that were already happening on
the nightly jobs some time ago. I'll investigate tomorrow but might be related
to some libraries missing from build tools on the test image too:
```
Python313\Lib\subprocess.py:419: CalledProcessError
---------------------------- Captured stdout call
-----------------------------
Compiling extensions.pyx because it changed.
[1/1] Cythonizing extensions.pyx
Extension module: <setuptools.extension.Extension('extensions') at
0x24849772490> ['C:\\Python313\\Lib\\site-packages\\numpy\\_core\\include',
'C:\\Python313\\Lib\\site-packages\\pyarrow\\include'] ['arrow_python',
'arrow'] ['C:\\Python313\\Lib\\site-packages\\pyarrow',
'C:\\Python313\\Lib\\site-packages\\pyarrow.libs']
running build_ext
building 'extensions' extension
creating build\temp.win-amd64-cpython-313\Release
"C:\Program Files (x86)\Microsoft Visual
Studio\2022\BuildTools\VC\Tools\MSVC\14.44.35207\bin\HostX86\x64\cl.exe" /c
/nologo /O2 /W3 /GL /DNDEBUG /MD
-IC:\Python313\Lib\site-packages\numpy\_core\include
-IC:\Python313\Lib\site-packages\pyarrow\include -IC:\Python313\include
-IC:\Python313\Include "-IC:\Program Files (x86)\Microsoft Visual
Studio\2022\BuildTools\VC\Tools\MSVC\14.44.35207\include" "-IC:\Program Files
(x86)\Microsoft Visual Studio\2022\BuildTools\VC\Auxiliary\VS\include" /EHsc
/Tpextensions.cpp /Fobuild\temp.win-amd64-cpython-313\Release\extensions.obj
-D_ENABLE_EXTENDED_ALIGNED_STORAGE /std:c++17
extensions.cpp
C:\Python313\include\pyconfig.h(59): fatal error C1083: Cannot open include
file: 'io.h': No such file or directory
```
--
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]