hundreds-painter-6367
03/27/2021, 4:34 PMmkdir example-stack
• pulumi new--dir example-stack
• i choosed aws-python
• cd example-stack
• pulumi up
And the console showed me this:
error: failed to load language plugin python: could not read plugin [/usr/local/bin/pulumi-language-python] stdout: EOF
¿Did someone know how to solve this error?
I’m on Mac with python installed on version 3.8better-shampoo-48884
03/27/2021, 5:29 PMwhich py
and/or py --version
?pip
installed?hundreds-painter-6367
03/27/2021, 5:37 PMpython --version
Python 2.7.16
But if i do python3 --version
it shows me 3.8.8
¿Do you know why this occurs? i suppose that the default version is the minor version, right?alias python=/usr/local/bin/python3
And now when i do python --version
it shows me Python 3.8.8
But the error still occurs…