raulcd opened a new issue, #49531:
URL: https://github.com/apache/arrow/issues/49531
### Describe the bug, including details regarding any error messages,
version, and platform.
The following error is appearing on the Windows wheel builds:
```
-- Installing:
C:\Users\ContainerAdministrator\AppData\Local\Temp\tmpo180f8qv\wheel\platlib\pyarrow/./__init__.pyi
Updating stub docstrings in:
C:\Users\ContainerAdministrator\AppData\Local\Temp\tmpo180f8qv\wheel\platlib\pyarrow
__init__.pyi -> (root)
__getattr__ not found in pyarrow
Traceback (most recent call last):
File
"C:\Users\ContainerAdministrator\AppData\Local\Python\pythoncore-3.14-64\Lib\shutil.py",
line 701, in _rmtree_unsafe
os.unlink(fullname)
~~~~~~~~~^^^^^^^^^^
PermissionError: [WinError 5] Access is denied:
'C:\\Users\\ContainerAdministrator\\AppData\\Local\\Temp\\tmp4z2yojzc\\pyarrow\\arrow.dll'
During handling of the above exception, another exception occurred:
Traceback (most recent call last):
File "C:\arrow\python\scripts\update_stub_docstrings.py", line 267, in
<module>
with tempfile.TemporaryDirectory() as tmpdir:
~~~~~~~~~~~~~~~~~~~~~~~~~~~^^
File
"C:\Users\ContainerAdministrator\AppData\Local\Python\pythoncore-3.14-64\Lib\tempfile.py",
line 971, in __exit__
self.cleanup()
~~~~~~~~~~~~^^
File
"C:\Users\ContainerAdministrator\AppData\Local\Python\pythoncore-3.14-64\Lib\tempfile.py",
line 975, in cleanup
self._rmtree(self.name, ignore_errors=self._ignore_cleanup_errors)
~~~~~~~~~~~~^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^
File
"C:\Users\ContainerAdministrator\AppData\Local\Python\pythoncore-3.14-64\Lib\tempfile.py",
line 955, in _rmtree
_shutil.rmtree(name, onexc=onexc)
~~~~~~~~~~~~~~^^^^^^^^^^^^^^^^^^^
File
"C:\Users\ContainerAdministrator\AppData\Local\Python\pythoncore-3.14-64\Lib\shutil.py",
line 852, in rmtree
_rmtree_impl(path, dir_fd, onexc)
~~~~~~~~~~~~^^^^^^^^^^^^^^^^^^^^^
File
"C:\Users\ContainerAdministrator\AppData\Local\Python\pythoncore-3.14-64\Lib\shutil.py",
line 705, in _rmtree_unsafe
onexc(os.unlink, fullname, err)
~~~~~^^^^^^^^^^^^^^^^^^^^^^^^^^
File
"C:\Users\ContainerAdministrator\AppData\Local\Python\pythoncore-3.14-64\Lib\tempfile.py",
line 930, in onexc
_os.unlink(path)
~~~~~~~~~~^^^^^^
PermissionError: [WinError 5] Access is denied:
'C:\\Users\\ContainerAdministrator\\AppData\\Local\\Temp\\tmp4z2yojzc\\pyarrow\\arrow.dll'
CMake Error at
C:/Users/ContainerAdministrator/AppData/Local/Temp/tmpo180f8qv/build/cmake_install.cmake:456
(message):
Stub docstring injection failed (exit code: 1)
*** CMake install failed
ERROR Backend subprocess exited when trying to invoke build_wheel
```
Some of the builds:
-
[wheel-windows-cp310-cp310-amd64](https://github.com/ursacomputing/crossbow/actions/runs/23135095571/job/67196920194)
-
[wheel-windows-cp311-cp311-amd64](https://github.com/ursacomputing/crossbow/actions/runs/23135095001/job/67196918347)
-
[wheel-windows-cp312-cp312-amd64](https://github.com/ursacomputing/crossbow/actions/runs/23135097196/job/67196925324)
-
[wheel-windows-cp313-cp313-amd64](https://github.com/ursacomputing/crossbow/actions/runs/23135095411/job/67196919649)
-
[wheel-windows-cp313-cp313t-amd64](https://github.com/ursacomputing/crossbow/actions/runs/23135094436/job/67196916910)
-
[wheel-windows-cp314-cp314-amd64](https://github.com/ursacomputing/crossbow/actions/runs/23135096340/job/67196922858)
-
[wheel-windows-cp314-cp314t-amd64](https://github.com/ursacomputing/crossbow/actions/runs/23135097441/job/67196926239)
### Component(s)
Continuous Integration, Python, Packaging
--
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]