Hey Guys… I am having some problems to run python ...
# general
a
Hey Guys… I am having some problems to run python program in my Pulumi/Terraform project. I got it bridged to a Terraform Provider I’ve developed and the SDK compiled correctly, but then I am having difficulties getting the custom PackageName to work correctly as the custom package don’t seem to be identified by Pulumi. The MakeFile from the boilerplate does not provide an install for python sdk. Does anybody have any detailed guidelines on how to run this programs successfully in the virtual environment? I managed to get it working using Typescript, but not Python. Thank you
b
@acoustic-tiger-77630 does this help? https://github.com/jaxxstorm/pulumi-scaleway/blob/master/provider/resources.go You install the emited SDK with
pip3 install -e sdk/python/bin