This message was deleted.
# general
s
This message was deleted.
d
I had this problem twice, in one case I managed to fix by downloading the state and making sure no 3.31 anywhere in the state files. Another engineer couldn't fix that way and she ended up deleting the .pulumi folder (I don't recommend that) but perhaps do a grep there and replace 3.31 (or 3_31) with the latest version
good luck
(sounds like something that should go in some official FAQ/resolution centre)
a
thanks for the forward @damp-school-17708 👍 . I am using python, so I guess my situation is a bit different then the one you describe. But nevertheless I’ll follow-up with these tips 🙂
d
kind of the same I believe, the deps might not be un yarn but in pip .. + in the json in the state
good luck
b
I'm literally updating out troubleshooting docs right now
a
In case it’s interesting to you, I also poked at it a bit more and was able to install the amd64 version from github (requires rossetta to be installed, ofc). In short I: 1. downloaded the amd64 version 2. installed the plugin by using the specified file:
Copy code
pulumi 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 now
thanks @brave-planet-10645!