I'm trying to get dynamic resource provider workin...
# python
n
I'm trying to get dynamic resource provider working but i keep getting
Copy code
pulumi-python:dynamic:Resource (godaddy-record):
    error: Exception calling application: Program run without the Pulumi engine available; re-run using the `pulumi` CLI
I found this issue but i still get the error even if the dynamic resource is defined inside
__main__
https://github.com/pulumi/pulumi/issues/7453
e
You are running this with
pulumi up
?
n
@echoing-dinner-19531 yes i am
e
If you've got debug logs (running with
--logtostderr -v10
) you can post them here, or on the ticket and we can take a look. I can't see anything from the snippet posted that would suggest why your seeing this error.