AWS CLI Library not loaded: ‘@executable_path/../.Python’を解決

AWS CLI Library not loaded- '@executable_path:..:.Python'を解決 AWS

awsコマンドを実行したところ、以下のエラーが発生しました。

Library not loaded: '@executable_path/../.Python'
  Referenced from: '/usr/local/Cellar/awscli/1.11.97/libexec/bin/python'
  Reason: tried: '/usr/local/Cellar/awscli/1.11.97/libexec/bin/../.Python' (no such file), '/usr/local/lib/.Python' (no such file), '/usr/lib/.Python' (no such file)
Abort trap: 6

AWS CLIを削除、再インストールしたところ解決しました。

brew uninstall awscli
brew install awscli
タイトルとURLをコピーしました