Hey Team - we are getting `Failed to load collecti...
# prefect-cloud
m
Hey Team - we are getting
Failed 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.20
Our worker is using `
Copy code
prefecthq/prefect:2.10.20-python3.10
and we are getting the log
Copy code
Unable to start worker. Please ensure you have the necessary dependencies
We have our worker using that image, with the start command
Copy code
prefect 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 failing
n
ah, where are you installing prefect-aws?
or are you not installing it? and if not, how did it work previously?
m
It should install it using the
--install-policy if-not-present
as prefect-aws is not included in that image to the best of my understanding