Just getting started with Pulumi (Python) and I'm ...
# getting-started
n
Just getting started with Pulumi (Python) and I'm a seasoned AWS CDK IaC user. I'm using PyCharm as my IDE and I can't get the quick documentation working at all. Are there any other PyCharm IDE users out there?
b
Have you updated pycharm to look in your venv for dependencies?
n
Yes and it indexes them all but no go, i've tried it on different IDE's and works when using VS Code but unfortunately i do all of my Python dev work in PyCharm so not intending to swap by IDE for VS Code anytime soon.
Changing the default azure-python Pulumi stack import statements to this did the trick.
b
glad you got it figured out!