You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
[Python][Packaging] Windows wheels fail due to Cannot locate timezone 'UTC': Timezone database not found at "C:\Users\ContainerAdministrator\Downloads\tzdata"#36991
Closed
raulcd opened this issue
Aug 2, 2023
· 2 comments
· Fixed by #36996
…abase (#36996)
### Rationale for this change
Some tests require a tz database, which Windows might not provide at the expected file location. Skip them if the tz db is not found.
### What changes are included in this PR?
* Tests skipped if tz db is not found
### Are these changes tested?
Yes
### Are there any user-facing changes?
No
* Closes: #36991
Authored-by: Dane Pitkin <dane@voltrondata.com>
Signed-off-by: AlenkaF <frim.alenka@gmail.com>
…tz database (apache#36996)
### Rationale for this change
Some tests require a tz database, which Windows might not provide at the expected file location. Skip them if the tz db is not found.
### What changes are included in this PR?
* Tests skipped if tz db is not found
### Are these changes tested?
Yes
### Are there any user-facing changes?
No
* Closes: apache#36991
Authored-by: Dane Pitkin <dane@voltrondata.com>
Signed-off-by: AlenkaF <frim.alenka@gmail.com>
Describe the bug, including details regarding any error messages, version, and platform.
I was trying to build Windows wheels on #36925 and found the following error:
https://github.com/ursacomputing/crossbow/actions/runs/5735683765/job/15543833056#step:9:774
It does seems that nightly Windows wheels have also been failing due to this for the last couple of days:
This seems to fail since: #36942 was merged.
Component(s)
Packaging, Python
The text was updated successfully, but these errors were encountered: