A fresh install failed with incompatible prompt-toolkit
> pip3 install aws-shell
ERROR: jupyter-console 6.1.0 has requirement prompt-toolkit!=3.0.0,!=3.0.1,<3.1.0,>=2.0.0, but you'll have prompt-toolkit 1.0.18 which is incompatible.
ERROR: ipython 7.16.1 has requirement prompt-toolkit!=3.0.0,!=3.0.1,<3.1.0,>=2.0.0, but you'll have prompt-toolkit 1.0.18 which is incompatible.
A fresh install failed with incompatible prompt-toolkit
> pip3 install aws-shell
Try to install prompt-toolkit >= 2.0.0 < 3.0.0
pip3 install 'prompt-toolkit<3.0.0,>=2.0.0' --force-reinstall
OS: macOS Catalina version 10.15.7 pyenv: 1.2.22 python: 3.8.3 aws-shell-0.2.2
uninstall prompt-toolkit, jupyter-console, ipython and aws-shell and reinstall doesn't help