-
-
Notifications
You must be signed in to change notification settings - Fork 97
Open
Description
When installing required packages via pip3 install -r requirements.txt on Alpine, I get this error when trying to access the /admin page:
...
File "/usr/lib/python3.12/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'
It was easily fixed by installing the tzdata package:
pip3 install tzdataMaybe it should be added to the requirements.txt file? Why is it not included although it seems to be auto-generated?
Metadata
Metadata
Assignees
Labels
No labels