python – How to resolve dyld: Library not loaded: @executable_path.. error

python – How to resolve dyld: Library not loaded: @executable_path.. error

It is a bug with awscli and it might be fixed with the next versions. Thats why, a best practices is to upgrade :

brew upgrade awscli

You must have messed up with the brew. Try reinstalling it using: brew install awscli (followed by brew link awscli if needed).

python – How to resolve dyld: Library not loaded: @executable_path.. error

After read the topic, It works for me:

  1. Uninstall aws
$ sudo rm -rf /usr/local/aws
$ sudo rm /usr/local/bin/aws
  1. Reinstall it again
    $ brew reinstall awscli

Leave a Reply

Your email address will not be published. Required fields are marked *