hey, i created a worker pool with type ACI. Howeve...
# ask-community
t
hey, i created a worker pool with type ACI. However when trying to start the worker using "prefect worker start --pool "remote_worker_pool" " I get the error
Discovered type 'azure-container-instance' for work pool 'remote_worker_pool'.
Warning!  Failed to load collection 'prefect_azure': ImportError: cannot import name 'CosmosClient' from 'azure.cosmos' (/usr/local/lib/python3.9/dist-packages/azure/cosmos/_init_.py)
? Could not find the Prefect integration library for the azure-container-instance worker in the current environment. Install the library now?
I then enter yes, however the subsequent install fails with "`Unable to start worker. Please ensure you have the necessary dependencies installed to run your desired worker type.`" I will try and reinstall all the dependencies, but has anyone a idea?
n
i would install prefect-azure before running the start command, but this can happen if you don’t have pip installed (eg when using uv) . can you share the whole error message when the install fails?