rok commented on PR #49052: URL: https://github.com/apache/arrow/pull/49052#issuecomment-3814827008
I belive this is actually a 403 error when getting [tzdata-latest.tar.gz](https://data.iana.org/time-zones/tzdata-latest.tar.gz): ```python def _download_requests(url, out_path): > import requests E ModuleNotFoundError: No module named 'requests' C:\hostedtoolcache\windows\Python\3.13.11\x64\Lib\site-packages\pyarrow\util.py:241: ModuleNotFoundError During handling of the above exception, another exception occurred: ... urllib.error.HTTPError: HTTP Error 403: Forbidden ``` Setting user-agent in the request header seems to fix it. -- 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]
