``` user@dev:~/test/examples/aws-py-webserver$ sud...
# python
p
Copy code
user@dev:~/test/examples/aws-py-webserver$ sudo !!
sudo /home/user/.pulumi/bin/pulumi up
Previewing update (python-webserver-test):

     Type                 Name                                Plan     Info
     pulumi:pulumi:Stack  webserver-py-python-webserver-test           1 error

Diagnostics:
  pulumi:pulumi:Stack (webserver-py-python-webserver-test):
    error: an unhandled error occurred: Program exited with non-zero exit code: 1

error: an error occurred while advancing the preview
Using this example to kickstart the project
<https://github.com/pulumi/examples/tree/master/aws-py-webserver>
.
i
hey! sorry to get back to you late, but if you’re still having trouble, can you re-run your program using
pulumi up -d
? That’ll display some additional debug logs so we can understand what’s going on. Also you shouldn’t ever need to run Pulumi as root - did you run into permission problems?