You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
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
The text was updated successfully, but these errors were encountered:
1. Please specify the following:
2. Description
After successfully installing
eb
and runningeb
in bash it returns:The text was updated successfully, but these errors were encountered: