Developing on prefect issue with new version 3.4.9 #18557
-
Good morning! Encountered exception during execution: ImportError("cannot import name 'TaskRunInput' from 'prefect.client.schemas.objects' (/home/prefect/.local/lib/python3.11/site-packages/prefect/client/schemas/objects.py)") File "/home/prefect/.local/lib/python3.11/site-packages/prefect/flow_engine.py", line 1375, in run_flow_sync File "/home/prefect/.local/lib/python3.11/site-packages/prefect/flow_engine.py", line 351, in result File "/home/prefect/.local/lib/python3.11/site-packages/prefect/flow_engine.py", line 1375, in run_flow_sync File "/home/prefect/.local/lib/python3.11/site-packages/prefect/flow_engine.py", line 351, in result File "/home/prefect/.local/lib/python3.11/site-packages/prefect/flow_engine.py", line 1375, in run_flow_sync File "/home/prefect/.local/lib/python3.11/site-packages/prefect/flow_engine.py", line 351, in result I am using
to run a task |
Beta Was this translation helpful? Give feedback.
Replies: 1 comment
-
Upgrade the prefect in both client and worker to fix the problem |
Beta Was this translation helpful? Give feedback.
#18394
Upgrade the prefect in both client and worker to fix the problem