-
Notifications
You must be signed in to change notification settings - Fork 600
New issue
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
Missing tzdata preventing launch after update #3340
Comments
Same experience as @ImThePoolBoy but in W11 and also tried a fresh install from master branch with the same results. Is this due to a Windows change? Maybe time to try the docker image. :)
|
Hey so I'm just trying to figure out the best way to do this. tzdata brings in ~2.6mb, and we already have pytz in the libs, which the current version of apscheduler depends on (but the current alpha versions are moving to tzlocal....). So I'd like to just do a swap but maybe it makes more sense to wait for a proper release... In the meantime I think you can just 'pip install tzdata', since I guess Windows doesn't include IANA timezone data... But I'll figure something out in the next day or so... |
Thank you @rembo10, downloading that pkg worked perfectly and got HP back up and running for me. Your efforts are greatly appreciated. |
Worked for me as well. Thank you so much! |
Headphones failing to start after most recent update. Git install on Windows 10, updated through headphones webui, git status and pull confirm up-to-date with master branch.
Attempting to start from prompt gives following errors/exceptions:
ModuleNotFoundError: No module named 'tzdata'
During handling of the above exception, another exception occurred:
zoneinfo._common.ZoneInfoNotFoundError: 'No time zone found with key America/New_York'
Possibly related to tzlocal migration?
The text was updated successfully, but these errors were encountered: