awless icon indicating copy to clipboard operation
awless copied to clipboard

awless stops working in MacOS Ventura (13.0)

Open mklatsky opened this issue 3 years ago • 3 comments

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.

mklatsky avatar Nov 02 '22 16:11 mklatsky

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

stv-io avatar Nov 07 '22 07:11 stv-io

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.

mklatsky avatar Nov 17 '22 21:11 mklatsky

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

stv-io avatar Nov 18 '22 07:11 stv-io