https://pulumi.com logo
Title
h

hundreds-painter-6367

03/27/2021, 4:34 PM
Hello everyone, maybe someone can help me?, i’m trying to deploy a starter pulumi project, but i have an issue with this. i made the next steps: •
mkdir 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.8
b

better-shampoo-48884

03/27/2021, 5:29 PM
have you tried
which py
and/or
py --version
?
and you have
pip
installed?
h

hundreds-painter-6367

03/27/2021, 5:37 PM
It could be, the console outputs me on
python --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?
I changed the default python version loaded in my console, i added:
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…