This message was deleted.
s
This message was deleted.
1
r
in the project space, do ./venv/bin/pip install pulumi-aws
a
it worked after editing the environment variables path, but thanks
l
@abundant-umbrella-49346 the package to install might be named
pulumi-aws
(with a hypen), but the import statement should contain
pulumi_aws
(with an underscore). See one of our examples here: https://github.com/pulumi/examples/blob/master/aws-py-s3-folder/__main__.py#L6
🙌 1