Windows - Fresh install causes timezone error when clicking on Settings
Closed this issue · 4 comments
Describe the bug
Upon fresh install via pip3 install n Windows, python 3.12.18 Clicking on the Settings button causes a 500 internal service error and the CMD shows this error:
File "C:\Program Files\Python312\Lib\zoneinfo_common.py", line 24, in load_tzdata
raise ZoneInfoNotFoundError(f"No time zone found with key {key}")
zoneinfo._common.ZoneInfoNotFoundError: 'No time zone found with key UTC'
Version
0.48.01
How did you install?
Windows, pip3 install via python 3.12.8
To Reproduce
Steps to reproduce the behavior:
- Click Settings
Desktop (please complete the following information):
- OS: Windows Server 2019 Datacenter
- Browser: Chrome
- Version: 10.0.17763 Build 17763
can you attach the whole log? thanks!
Could you try pip3 install tzdata
? does that solve it?
Yep, installing that package solves the problem! tysm!
My general tab was unavailable until I installed that package. Thanks! Love the scheduler.