https://prefect.io logo
s

Sowmiya Anand

11/04/2022, 7:51 PM
Hi everyone, I am trying to test the new run_deployment() that was released with 2.5 version, I have upgraded prefect in my local to 2.6.6 however I am getting this error --> ImportError: cannot import name 'run_deployment' from 'prefect.client.utilities' any inputs?
1
r

Ryan Peden

11/04/2022, 8:01 PM
I believe
from prefect.deployments import run_deployment
should work
👍 2
3 Views