Sounds like you don't have a python environment, you aren't in a venv, or you haven't installed the dependencies.
🙌 1
w
worried-rain-74420
05/06/2023, 2:56 AM
Yes, I think this error is indicating that you’re using the Automation API without having the Pulumi binary in your path. You must first install Pulumi before using Automation API; unfortunately it’s not enough to install the @pulumi/pulumi Python package.
🙌 1
k
kind-napkin-54965
05/08/2023, 7:05 AM
Thanks folks! Installed pulumi through brew - works like a charm now!