-
Notifications
You must be signed in to change notification settings - Fork 228
New issue
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
no resource plugin 'gcp' found in the workspace or on your $PATH #968
Comments
You need to run:
Which I couldn't see indicated anywhere unfortunately. Not even on the gcp readme. |
Sorry this was confusing, @Lawouach. There shouldn't be a need to install the plugin manually. We could do a better job with the steps on http://app.pulumi.com. When the following command is run:
The CLI will output some Python-specific instructions for installing dependencies:
Running those three commands (i.e. running We should fix app.pulumi.com to detect if the project is Python and include those additional commands in-line before the |
Thanks for the update and kind feedback. Appreciated :) |
https://app.pulumi.com has been fixed to include the additional steps for Python projects. Should be live tomorrow. |
This problem still there with the latest version of pulumi version (ENV3) haridas:pulumi haridas$ pulumi up
Enter your passphrase to unlock config/secrets
(set PULUMI_CONFIG_PASSPHRASE to remember):
Previewing update (dev):
Type Name Plan Info
+ pulumi:pulumi:Stack pulumi-dev create
└─ pulumi:providers:gcp default 1 error
Diagnostics:
pulumi:providers:gcp (default):
error: no resource plugin 'gcp' found in the workspace or on your $PATH
|
@haridas, what commands did you run leading up to |
Yes |
@haridas, if you're using Python, you'll need to run the following three commands before running
Then:
|
Thanks @justinvp for the reply. I was trying with my global virtualenv ( It's working fine with new virtualenv. I doubt some version conflict that didn't get resolved when upgrading the pulumi, I upgraded it some time back using Thanks for the help. |
I have problems when running with docker
I then had to remove the following two lines from the Pulumi.yaml as in the discussion on the slack channel.
and when I get to execute the pulumi up I get this error:
It is not obvious to me how Pulumi relates with the default python installation on the docker image, what am I doing wrong? |
Hi @edmondo1984, Try reordering your Dockerfile so that you're updating
When you |
Hey all,
I created a new gcp stack (with a Python provider) via the Dashboard today, here are its instructions:
Following these instructions led to:
This reminds me of this pulumi/pulumi#2097
What am I missing?
Thanks :)
The text was updated successfully, but these errors were encountered: