ERROR: AttributeError - 'module' object has no attribute 'timezone'

0

Hello,
in my Ubuntu 18.04 when i write command "eb init", i choose region and after i receive this error:
ERROR: AttributeError - 'module' object has no attribute 'timezone'

eb --version
EB CLI 3.14.12 (Python 2.7.1)

Any suggestions?

dgnovo
asked 5 years ago917 views
1 Answer
0
Accepted Answer

Hi dgnovo,

3.14.12 had a Python 2.7 bug. 3.14.13 fixed that bug. To upgrade, please run:

pip install awsebcli==3.14.13

Thanks,
Rahul.

AWS
answered 5 years 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