错误:AttributeError - 'module'对象没有属性'timezone'。

0

【以下的问题经过翻译处理】 您好,

在我的Ubuntu 18.04上,当我输入"eb init"命令时,我选择区域后,收到以下错误信息:

ERROR:AttributeError - 'module'对象没有属性'timezone'

eb --version

EB CLI 3.14.12(Python 2.7.1)

有什么建议吗?

profile picture
EXPERT
asked 6 months ago18 views
1 Answer
0

【以下的回答经过翻译处理】 你好dgnovo,

3.14.12存在Python 2.7 bug。3.14.13修复了该bug。要升级,请运行以下命令:

pip install awsebcli==3.14.13

感谢,

Rahul。

profile picture
EXPERT
answered 6 months ago

You are not logged in. Log in to post an answer.

A good answer clearly answers the question and provides constructive feedback and encourages professional growth in the question asker.

Guidelines for Answering Questions