aws / aws-elastic-beanstalk-cli-setup

Simplified EB CLI installation mechanism.
Apache License 2.0
512 stars 226 forks source link

SyntaxError: future feature annotations is not defined #147

Open Artucuno opened 1 year ago

Artucuno commented 1 year ago

1. Please specify the following:

2. Description After successfully installing eb and running eb in bash it returns:

root@me:~# eb
Traceback (most recent call last):
  File "/root/.ebcli-virtual-env/executables/eb", line 41, in <module>
    execfile(activate_this, dict(__file__=activate_this))
  File "/root/.ebcli-virtual-env/bin/activate_this.py", line 7
    from __future__ import annotations
SyntaxError: future feature annotations is not defined