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:
- Uninstall aws
$ sudo rm -rf /usr/local/aws
$ sudo rm /usr/local/bin/aws
- Reinstall it again
$ brew reinstall awscli