pip から aws cli を入れる時の Six エラーの対処法

DEPRECATION: Uninstalling a distutils installed project (six) has been deprecated and will be removed in a future version.
みたいなエラーが pip で aws cli を入れる時に出る場合は以下のようにするといいかもしれないです。


pip install awscli --upgrade --ignore-installed six

で回避するらしいとのこと