This message was deleted.
# getting-started
s
This message was deleted.
b
How about trying the
python -m pip ...
command exactly as it appears when you try to run
pulumi up
. Let's see if there is an error for that?
e
I feel that when a person installs a new application, all dependency issues must be resolved so that you can use it without having to try figure it out by your own
We expect users to understand the language they are using. If your using python you need python installed, pulumi can not be responsible for resolving all dependencies of all the runtimes there's just too many combinations and edge cases here. As Kevin says try and run the python command directly and once that works try and run pulumi again.
m
We also support yaml which is pretty comfortable to use and avoids dependency issues