I'm getting `Unable to start worker. Please ensure you have the necessary dependencies installed to ...
a
I'm getting
Unable to start worker. Please ensure you have the necessary dependencies installed to run your desired worker type.
when I tried to start the Docker worker. Not sure if this is just misconfiguration of the pool or something missing on my machine?
βœ… 1
j
Did you
pip install prefect-docker
in your environment?
a
yep, that's not it unfortunately
b
can you try adding
--install-policy always
to your worker start command? πŸ‘€
πŸ™Œ 2
πŸ™ 1
j
That worked!
v
my automation setup, configured to listen to
test
webhook resource to trigger the deployment, webhook called but nothing happened.
j
If you make it a single time, instead of 5, and remove β€œtest” as a resource, does it work if you hit the webhook once?
v
cool, worked now, thanks Jeff. I think that also was an issue @Craig Rose and @Scott Pedersen had
πŸ‘ 1
image.png
j
Resolution: overly restrictive matching event.
βœ… 1
πŸ™Œ 1