Hi everyone, I am trying to test the new run_deplo...
# ask-community
s
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
I believe
from prefect.deployments import run_deployment
should work
👍 2