Here's the full error message if it's useful: ``` ...
# python
w
Here's the full error message if it's useful:
Copy code
pulumi:pulumi:Stack infra-prod  Traceback (most recent call last):
    pulumi:pulumi:Stack infra-prod    File "/usr/bin/pulumi-language-python-exec", line 14, in <module>
    pulumi:pulumi:Stack infra-prod      import pulumi
    pulumi:pulumi:Stack infra-prod  ModuleNotFoundError: No module named 'pulumi'
    pulumi:pulumi:Stack infra-prod  It looks like the Pulumi SDK has not been installed. Have you run pip install?
    pulumi:pulumi:Stack infra-prod  If you are running in a virtualenv, you must run pip install -r requirements.txt from inside the virtualenv.
    pulumi:pulumi:Stack infra-prod  error: an unhandled error occurred: Program exited with non-zero exit code: 1
    pulumi:pulumi:Stack infra-prod  1 error; 6 messages