```pulumi new aws-python --dir webserver3 Manage y...
# python
f
Copy code
pulumi new aws-python --dir webserver3
Manage your Pulumi stacks by logging in.
Run `pulumi login --help` for alternative login options.
Enter your access token from <https://app.pulumi.com/account>
    or hit <ENTER> to log in using your browser            : 
This command will walk you through creating a new Pulumi project.

Enter a value or leave blank to accept the default, and press <ENTER>.
Press ^C at any time to quit.
project name: (webserver3) 
project description: (A minimal AWS Python Pulumi program) 
Created project 'webserver3'.
stack name: (webserver3-dev) 
Created stack 'webserver3-dev'
aws:region: The AWS region to deploy into: (us-east-1) us-west-2
Installing dependencies...
Your new project is configured and ready to go! 
Previewing update (webserver3-dev):

     Type                 Name                       Plan     Info
     pulumi:pulumi:Stack  webserver3-webserver3-dev           1 error; 9 messages
 
Diagnostics:
  pulumi:pulumi:Stack (webserver3-webserver3-dev):
    Traceback (most recent call last):
      File "/root/.pulumi/bin/pulumi-language-python-exec", line 11, in <module>
        import pulumi
      File "/usr/lib/python2.7/site-packages/pulumi/__init__.py", line 28, in <module>
        from .asset import *
      File "/usr/lib/python2.7/site-packages/pulumi/asset.py", line 34
        path: str
            ^
    SyntaxError: invalid syntax
 
    error: an unhandled error occurred: Program exited with non-zero exit code: 1
 
error: an error occurred while advancing the preview