AlenkaF opened a new issue, #49044:
URL: https://github.com/apache/arrow/issues/49044
### Describe the bug, including details regarding any error messages,
version, and platform.
**AMD64 Windows 2022 Python 3.13** job started failing on
`test_download_tzdata_on_windows` due to `ModuleNotFoundError`:
```python
def _download_requests(url, out_path):
> import requests
E ModuleNotFoundError: No module named 'requests'
```
See:
-
https://github.com/apache/arrow/actions/runs/21432141938/job/61734114678?pr=48969#step:10:363
-
https://github.com/apache/arrow/actions/runs/21396920276/job/61597490488#step:10:363
### Component(s)
Continuous Integration, Python
--
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]