so i'm trying to get my first test project up but ...
# getting-started
c
so i'm trying to get my first test project up but when i do pulumi up i get an error error: failed to discover plugin requirements: exit status 9009. i can't find any info on what i need to do
c
Which cloud are you using?
and also which language are you using?
c
sorry for light on details azure and python
i just did a plugin install resource azure 3.9.0 from another thread and still getting the same message
c
Did you get a chance to see this?
pulumi new azure-python -y
That should install all the plugins that you need.
c
uninstalled again, removed the environment variables and reinstalled and i'm successful now. thanks
🙌 1