I’ve installed Python 3.7 on Debian 9 and then run...
# python
a
I’ve installed Python 3.7 on Debian 9 and then run
pulumi up
:
Copy code
# pulumi up
warning: Pulumi will not be able to print a statefile permalink using these credentials. Neither a GoogleAccessID or PrivateKey are available. Try using a GCP Service Account.
Enter your passphrase to unlock config/secrets
    (set PULUMI_CONFIG_PASSPHRASE to remember):
Previewing update (<http://dev.bd|dev.bd>):
     Type                 Name                Plan     Info
     pulumi:pulumi:Stack  <http://vpc_network-dev.bd|vpc_network-dev.bd>           1 error; 9 messages

Diagnostics:
  pulumi:pulumi:Stack (<http://vpc_network-dev.bd|vpc_network-dev.bd>):
    error: an unhandled error occurred: Program exited with non-zero exit code: 1

    Traceback (most recent call last):
      File "/usr/local/sbin/pulumi-language-python-exec", line 14, in <module>
        import pulumi
      File "/usr/local/lib/python3.5/dist-packages/pulumi/__init__.py", line 25, in <module>
        from .asset import (
      File "/usr/local/lib/python3.5/dist-packages/pulumi/asset.py", line 34
        path: str
            ^
    SyntaxError: invalid syntax


warning: A new version of Pulumi is available. To upgrade from version '1.12.0' to '1.14.0', visit <https://pulumi.com/docs/reference/install/> for manual instructions and release notes.
does anyone knows what’s wrong with it?