Good morning All I'm new to Pulumi and trying to s...
# getting-started
c
Good morning All I'm new to Pulumi and trying to set up a project on AWS. I thought the latest upgrade would solve the problem after reporting it, but it still remains the same. 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. Maybe someone can help me with the issue as per the attached report. Thanks
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