...pkg_resources.DistributionNotFound: The 'blessed==1.9.5'
distribution was not found and is required by awsebcli...
当我检查是否正确安装了awsebcli时,当我输入eb时会出现上面的消息。
如何正确安装受祝福的1.9.5,以便安装awsebcli? 请帮忙..
答案 0 :(得分:0)
目前,这对我有用
pip install https://pypi.python.org/packages/2.7/b/blessed/blessed-1.9.5-py2.py3-none-any.whl
答案 1 :(得分:0)
我刚刚使用最新的AWS CLI工具发生此问题。我通过MaxNoe的建议修复了它:
pip install blessed
我在我的脚本中将我的AWS CLI工具安装命令放在此之前。该脚本如下所示:
apt-get update
apt-get install python-dev
python -m pip install -U pip
pip install blessed
pip install awsebcli