After a bit of help trying to get pulumi aws with ...
# general
r
After a bit of help trying to get pulumi aws with Python to work.
Copy code
pulumi:pulumi:Stack (dev-dev):
    Traceback (most recent call last):
      File "C:\pulumi\bin\pulumi-language-python-exec", line 14, in <module>
        import pulumi
    ModuleNotFoundError: No module named 'pulumi'
    It looks like the Pulumi SDK has not been installed. Have you run pip install?
    If you are running in a virtualenv, you must run pip install -r requirements.txt from inside the virtualenv.

    error: an unhandled error occurred: Program exited with non-zero exit code: 1