我已经在我的 Mac 上安装并配置了 AWS Elastic Beanstalk 命令行工具。
这就是我安装的:
$ python --version
Python 2.7
$ ruby --version
ruby 2.0.0p195 (2013-05-14 revision 40734) [x86_64-darwin10.8.0]
$ eb --version
AWS Elastic Beanstalk Command Line Interface v2.6.3
我已正确配置 EB,以便将 git 与 AWS 一起使用
当我尝试将提交推送到 AWS 时,我收到此错误:
$ git aws.push
Traceback (most recent call last):
File ".git/AWSDevTools/aws.elasticbeanstalk.push", line 21, in <module>
from aws.dev_tools import *
File "/Applications/MAMP/htdocs/innbativel/.git/AWSDevTools/aws/dev_tools.py", line 3, in <module>
from subprocess import check_output
ImportError: cannot import name check_output
有谁知道为什么以及如何解决它?