wallix / awless

A Mighty CLI for AWS
http://awless.io/
Apache License 2.0
4.97k stars 263 forks source link

awless stops working in MacOS Ventura (13.0) #308

Open mklatsky opened 1 year ago

mklatsky commented 1 year ago

I am leaving this here in case someone knows how to fix. I am aware that awless is an abandoned project.

I recently upgraded my system to MacOS Ventura (13.0). Now, when I run any awless command, I get the following:

$ awless
Killed: 9

It doesn't matter what flags I use. Any ideas are most welcome.

stv-io commented 1 year ago

Same happened to me, following issue and looking for ideas and potential solutions

mklatsky commented 1 year ago

I believe I have resolved this issue- hopefully the following steps will help others.

1) Install the latest go using homebrew (or your favorite method). using hombrew (brew install golang) provided go1.19.3. 2) Remove your current awless install (for homebrew, brew remove awless) 3) Build awless by doing go install github.com/wallix/awless@latest 4) Remove, or backup your ~/.awless directory if it exists 5) Populate your AWS environment (I use awsume ) 6) Start using awless

The above worked for me- hopefully it will do the same for others.

stv-io commented 1 year ago

Thank you @mklatsky this worked for me as well 🙇🏼