<@ULVA73B9P> I am getting the following error when...
# ask-marvin
r
@Marvin I am getting the following error when running
from prefect.blocks.notifications import PagerDutyWebHook
. What is the fix?
Copy code
RuntimeError: Unable to find any timezone configuration
m
It seems there are no open issues regarding the specific "Unable to find any timezone configuration"
RuntimeError
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.