Hi im getting error when runing `prefect worker ...
# ask-community
j
Hi im getting error when runing
prefect worker start --pool my-docker-pool
" Unable to start worker. Please ensure you have the necessary dependencies installed to run your desired worker type." can someone please help . Thanks
2
j
Do you have
prefect-docker
installed in your environment?
pip install -U prefect-docke
You'll want Docker running then, too. 🙂
j
👍 Thanks Jeff, i had installed docker desktop and thought thats what the tutorial is saying. Thank You
👍 1
309 Views