LoginSignup
1
1

More than 5 years have passed since last update.

macosxでawscliインストールできなかった件

Posted at

環境

MacOSX 10.11.3
Python 2.7.11

現象と対処法

現象

コマンド実行…

$ aws help

エラー、怒られ方は以下2段階。


ImportError: No module named six

ImportError: No module named pyasn1.error

対処法

$ sudo easy_install six
$ sudo pip install pysnmp

コマンド実行…

$ aws help

治った。

参照

six module

pysnmp ※ページ内容そのまま実行しただけ

1
1
1

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
1
1