Mitch
01/11/2024, 3:35 PMFailed to load collection 'prefect_aws': ImportError: cannot import name 'BlockNotSavedError' from 'prefect.blocks.core'
. Did anything change in a new release? I believe we are using prefect 2.10.20Mitch
01/11/2024, 3:37 PMprefecthq/prefect:2.10.20-python3.10
and we are getting the log
Unable to start worker. Please ensure you have the necessary dependencies
Mitch
01/11/2024, 4:06 PMprefect worker start -t ecs -p ecs-worker-pool --install-policy if-not-present
I believe this is trying to download prefect-aws in order to start the prefect worker of type ECS, and it is failingNate
01/11/2024, 4:30 PMNate
01/11/2024, 4:30 PMMitch
01/11/2024, 4:36 PM--install-policy if-not-present
as prefect-aws is not included in that image to the best of my understanding