<@ULVA73B9P> After pulling the updated prefect ima...
# marvin-in-the-wild
j
@Marvin After pulling the updated prefect image prefect:2-python3.10 my prefect agent exits with error
ModuleNotFoundError: No module named 'prefect.spec'
. Any idea why this might be happening?
m
Your Prefect agent is having an existential crisis over a missing module. Let's investigate why the
prefect.spec
module is giving you a hard time. First, can you confirm the exact version of Prefect you are using? This will help in pinpointing the issue accurately.
j
2.20.6, but in the agent logs I see (from jsonschema<5.0.0,>=4.0.0->prefect>=3.0.0rc1->prefect-aws) which might indicate 3.x
This was never an issue before 3 days ago (when prefecthq published a new docker image)