jorisvandenbossche commented on PR #43539:
URL: https://github.com/apache/arrow/pull/43539#issuecomment-2275300352

   The windows wheel building is also failing, but specifically failing when 
building numpy from source (I suppose the reason that it does that is because 
there is not yet a python 3.13 wheel of numpy on pypi):
   
   ```
   ERROR: Could not install packages due to an OSError: [Errno 2] No such file 
or directory: 
'C:\\Users\\ContainerAdministrator\\AppData\\Local\\Temp\\pip-install-z_1v7m0p\\numpy_1fdba23e62b142b5816d35432b7c3596\\vendored-meson\\meson\\test
 cases\\linuxlike\\13 cmake 
dependency\\cmake_pref_env\\lib\\cmake\\cmMesonVersionedTestDep\\cmMesonVersionedTestDepConfigVersion.cmake'
   HINT: This error might have occurred since this system does not have Windows 
Long Path support enabled. You can find information on how to enable this at 
https://pip.pypa.io/warnings/enable-long-paths
   ```
   
   If the long path is indeed the cause, then potentially relevant issue: 
https://github.com/actions/runner-images/issues/4913
   
   We could also temporarily allow installing build dependencies from the 
scientific-python nightly wheels, since there are python 3.13 wheels available 
for numpy there. 
   See https://github.com/apache/arrow/pull/41097 for how that can be done 
(it's the reverse diff)
   
   
   
   


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

Reply via email to