LoginSignup
10
9

More than 5 years have passed since last update.

AWS CLI を Mac にインストールする時のエラー回避

Last updated at Posted at 2016-05-12

前提

  • Mac のバージョンは 10.11.4
$ sw_vers

ProductName:    Mac OS X
ProductVersion: 10.11.4
BuildVersion:   15E65
  • pip インストール済み sudo easy_install pip

ログ

$ sudo pip install awscli

DEPRECATION: Uninstalling a distutils installed project (six) has
been deprecated and will be removed in a future version. This is
due to the fact that uninstalling a distutils project will only
partially uninstall the project.
    Uninstalling six-1.4.1:
...

回避法

  • 下記のようにオプションを付ければ回避できる
sudo pip install awscli --upgrade --ignore-installed six
10
9
0

Register as a new user and use Qiita more conveniently

  1. You get articles that match your needs
  2. You can efficiently read back useful information
  3. You can use dark theme
What you can do with signing up
10
9