Slackbot
02/05/2024, 8:04 PMMarvin
02/05/2024, 8:04 PMWhat is the fix to the following error?``` File "/builds/prod-apse2-i-0d67b4c0c6a80e6a5-5/runway/rphamle-test/projects/canary/.venv/lib/python3.9/site-packages/sqprefect/cli.py", line 12, in <module> from prefect.blocks.notifications import PagerDutyWebHook File "/builds/prod-apse2-i-0d67b4c0c6a80e6a5-5/runway/rphamle-test/projects/canary/.venv/lib/python3.9/site-packages/prefect/__init__.py", line 42, in <module> from prefect.runner import Runner, serve File "/builds/prod-apse2-i-0d67b4c0c6a80e6a5-5/runway/rphamle-test/projects/canary/.venv/lib/python3.9/site-packages/prefect/runner/__init__.py", line 1, in <module> from .runner import Runner, serve File "/builds/prod-apse2-i-0d67b4c0c6a80e6a5-5/runway/rphamle-test/projects/canary/.venv/lib/python3.9/site-packages/pref