This message was deleted.
# general
s
This message was deleted.
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?