kahemker commented on issue #46080: URL: https://github.com/apache/arrow/issues/46080#issuecomment-2792499951
Thank you for your response. This is where Windows downloads the timezone files when I run `pyarrow.util.download_tzdata_on_windows()` `C:\Users\kyleh\Downloads\tzdata` [According to the pyarrow docs](https://arrow.apache.org/docs/python/install.html#tzdata-on-windows), it is based on the `%USERPROFILE%` environment variable When I look inside this directory, I don't see a GMT file/folder. I see files called `asia`, `northamerica`, `windowsZones.xml`, etc. Furthermore, `/usr/share/` appears to be a Linux OS path, that doesn't exist in the Windows OS environment. What am I doing wrong? Again, I just want to reiterate, the Pyarrow documentation for installing the package works with conda. pip (and uv) is not setting up the wheels or configuring the python virtualenv properly and I want to understand how 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: github-unsubscr...@arrow.apache.org For queries about this service, please contact Infrastructure at: us...@infra.apache.org