Hi, anytime now that I try to install pulumi it ju...
# general
f
Hi, anytime now that I try to install pulumi it just does not install properly. This is happening just recently. This is the output after running `curl -fsSL https://get.pulumi.com | sh`:
Copy code
cp: cannot open 'pulumi.X3wA11JaNP/pulumi/./pulumi-language-yaml' for reading: Permission denied
cp: cannot open 'pulumi.X3wA11JaNP/pulumi/./pulumi-language-nodejs' for reading: Permission denied
cp: cannot open 'pulumi.X3wA11JaNP/pulumi/./pulumi-language-python' for reading: Permission denied
cp: cannot open 'pulumi.X3wA11JaNP/pulumi/./pulumi-language-dotnet' for reading: Permission denied
cp: cannot open 'pulumi.X3wA11JaNP/pulumi/./pulumi-language-java' for reading: Permission denied
cp: cannot open 'pulumi.X3wA11JaNP/pulumi/./pulumi-language-go' for reading: Permission denied
And all the new projects get this:
Copy code
error: failed to load language plugin go: Could not automatically download and install language plugin 'pulumi-language-go', install the plugin using `pulumi plugin install language go`.
Underlying error: 404 HTTP error fetching plugin from <https://api.github.com/repos/pulumi/pulumi-go/releases/latest>. If this is a private GitHub repository, try providing a token via the GITHUB_TOKEN environment variable. See: <https://github.com/settings/tokens>
Running above command still throws the same error 404
e
That’s very odd, these things should be copying to ~/.pulumi/bin Have you tried downloading a release from github (see https://github.com/pulumi/pulumi/releases/tag/v3.40.2) and manually extracting to ~/.pulumi?
f
I did, but the language files were not copied (permission denied only for those files odly). At the end I unisntall everything from Pulumi (including any s link) and reinstalled it.