Any idea how to diagnose this further: ```Diagnost...
# python
w
Any idea how to diagnose this further:
Copy code
Diagnostics:
  pulumi:pulumi:Stack (tlayen-prod):
    error: missing executor /Users/jason/go/bin/pulumi-language-python-exec

error: failed to load language plugin python: could not read plugin [/Users/jason/go/bin/pulumi-language-python] stdout: EOF
It is the same error as https://github.com/pulumi/pulumi/issues/1956 but I don’t get how to fix it. It was working fine until I upgraded pulumi via brew.
Hmm
/Users/jason/go/bin/pulumi-language-python-exec
doesn’t exist.
Ok so uninstalling, doing
rm -rf /Users/jason/go/bin/pulumi*
, then reinstalling fixed it
🎉 4