This message was deleted.
# python
s
This message was deleted.
m
Sounds like you don't have a python environment, you aren't in a venv, or you haven't installed the dependencies.
🙌 1
w
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
Thanks folks! Installed pulumi through brew - works like a charm now!
w
Glad to help, friend!