我正試圖學習如何使用git存儲庫和彈性bean命令行界面部署到AWS Elastic Beanstalk。AWS Elastic Beanstalk命令行工具將無法在mac上運行
我已按照instructions執行設置。當我打電話: EB --version
按照指示here,它引發以下錯誤:
Traceback (most recent call last):
File "/Users/deepthought/Cloud Drive/eb-cli/eb/macosx/python3/eb", line 17, in <module>
from scli import core
File "/Users/deepthought/Cloud Drive/eb-cli/eb/macosx/python3/scli/core.py", line 98
format(output_file), file=sys.stderr)
^
SyntaxError: invalid syntax
我從未使用過的Python之前,不明白我在看。
如何修復此錯誤並運行Elastic Beanstalk命令行界面?
您運行的是哪個版本的Python? – Guy
我使用的是2.7.5版本 – goose
你也應該檢查你的ruby版本,並確保你有1.8或1.9的版本來運行它(http://docs.aws.amazon.com/elasticbeanstalk/latest/dg/command -reference-get-started.html) – Guy