agreeable-ram-97887
04/01/2021, 2:51 PMpulumi up
I am receiving the error :
error: could not load plugin for aws provider 'urn:pulumi:dev::permissions::pulumi:providers:aws::default': no resource plugin 'aws-v3.31.0' found in the workspace or on your $PATH, install the plugin using `pulumi plugin install resource aws v3.31.0`
But when trying to install the plugin I receive another error:
error: [resource plugin aws-3.31.0] downloading from : 403 HTTP error fetching plugin from <https://get.pulumi.com/releases/plugins/pulumi-resource-aws-v3.31.0-darwin-arm64.tar.gz>
As you might notice, I am on a MacBook Pro with the new M1 chip (hence, arm). I guess specifically this version of the plugin has not been compiled for this architecture, since I am able to install other versions of the plugin without any issue (e.g. 3.35.0
, 3.34.2
, and 3.34.0
)
Any suggestions of how to handle this?damp-school-17708
04/01/2021, 3:17 PMagreeable-ram-97887
04/01/2021, 3:19 PMdamp-school-17708
04/01/2021, 3:20 PMbrave-planet-10645
04/01/2021, 3:21 PMagreeable-ram-97887
04/01/2021, 3:23 PMpulumi plugin install --file ~/Downloads/pulumi-resource-aws-v3.31.0-darwin-amd64.tar.gz resource aws v3.31.0
Then pulumi works again, but it seems noticeably slower than before 🤔 . I guess due to rosetta 🤷I’m literally updating out troubleshooting docs right nowthanks @brave-planet-10645!