Robert Phamle
02/05/2024, 8:06 PMfrom prefect.blocks.notifications import PagerDutyWebHook
. What is the fix?
RuntimeError: Unable to find any timezone configuration
Marvin
02/05/2024, 8:06 PMRuntimeError
you're facing. However, this error message suggests that Prefect is expecting some form of timezone information that it isn't finding.
As Prefect 2.x is new and I don't have direct experience with it, without more information or context, here's a generic step you might want to try:
- Ensure that you have the proper timezone configuration set up in your environment or in Prefect settings. Prefect may require explicit timezone configuration for scheduling or other time-related functionality.
If this doesn't resolve your issue, please check the documentation or forums for any mention of timezone configuration related to your version of Prefect. If still unresolved, consider reporting this issue on the official Prefect GitHub repository so that it can be addressed by the maintainers.