Hi, I'm currently blocked by <https://github.com/p...
# general
i
Hi, I'm currently blocked by https://github.com/pulumi/pulumi/issues/2284 and would like to revert to <1.16.3 in the mean time. I grabbed the tarball from change log, but am running into
Copy code
error: failed to load language plugin python: no language plugin `python` found in the workspace or on your $PATH
. Has anyone run into this issue? Any pointers as to how to make it work?
m
cc @bitter-oil-46081 @incalculable-sundown-82514
b
Sorry, what version of the CLI are you using?
i
I updated to 0.16.7 from 0.16.0 before. I downloaded 0.16.0 from the changelog page.
b
Great, thanks. And you're putting a constraint in your
Pipfile
or
requirements.txt
to what version of
pulumi
? Are you just doing
pulumi < 0.16.3
?
This error message means that pulumi couldn't find
pulumi-language-python
on your
$PATH
. This binary should come with the CLI itself (and be located next to
pulumi
). If you don't have pulumi's folder on your
$PATH
you could see this.
We made some changes post 0.16.0 to also explicitly look in the folder next to
pulumi
so that may have been why things were working before.
If
which pulumi-language-python
returns a path, there must be something else going on, but if it says not found, you'll need to include it on your PATH for now.
i
thanks for the pointer! I'll try that
s
having same issue. quite new at pulumi. I run which pulumi-language-python and didn´t retunr any result. How can I fix this?
having same issue. quite new at pulumi. I run which pulumi-language-python and didn´t retunr any result. How can I fix this?
having same issue. quite new at pulumi. I run which pulumi-language-python and didn´t retunr any result. How can I fix this?