【发布时间】:2014-12-16 03:20:10
【问题描述】:
当我尝试运行eb start 和eb status --verbose 时遇到两个错误。我尝试用谷歌搜索这些问题,但找不到任何解决方案。我是否缺少 aws 包?我正在部署 expressjs 这是我的错误:
eb start
****通过安装 pip Boto*****修复
错误:
Starting application "my-app".
Would you like to deploy the latest Git commit to your environment? [y/n]: y
Traceback (most recent call last):
File ".git/AWSDevTools/aws.elasticbeanstalk.createapplicationversion", line 20, in <module>
from aws.dev_tools import *
File "/Users/user/Desktop/Projects/node/my-app/.git/AWSDevTools/aws/dev_tools.py", line 5, in <module>
import boto
ImportError: No module named boto
Cannot run aws.push for local repository HEAD:
eb status --verbose
错误:
Retrieving status of environment "loyola-venture-community".
ValidationError. 1 validation error detected: Value '[loyola-venture-community]' at 'environmentNames' failed to satisfy constraint: Member must satisfy constraint: [Member must have length less than or equal to 23, Member must have length greater than or equal to 4]
【问题讨论】:
标签: git amazon-web-services express amazon-elastic-beanstalk