简体   繁体   English

aws eb cli Windows在colorama上获取版本错误

[英]aws eb cli Windows get version error on colorama

I have installed awsebcli in windows 10 我在windows 10中安装了awsebcli

It was showing 它显示出来了

2.2,!=2.18.0,<2.19,>=2.6.1->docker-compose<1.22.0,>=1.21.2->awsebcli) (1.22)
docker-compose 1.21.2 has requirement colorama<0.4,>=0.3.9; sys_platform == "win32", but you'll have colorama 0.3.7 which is incompatible.

Now when I was trying to do 现在,当我想要做的时候

eb --version I got error eb --version我收到了错误

 raise VersionConflict(dist, req).with_context(dependent_req)
pkg_resources.ContextualVersionConflict: (colorama 0.3.7 (c:\users\rajarshi.das\appdata\roaming\python\python36\site-packages), Requirement.parse('colorama<0.4,>=0.3.9; sys_platform == "win32"'), {'docker-compose'})

I was trying to remove the colorama and install 0.3.9 version now it was showing eb is required 0.3.7 version only... 我试图删除colorama并安装0.3.9版本现在它显示eb是必需的0.3.7版本...

Please help. 请帮忙。

I got the same issue. 我遇到了同样的问题。

like dakshina11 said 像dakshina11说的那样

pip install 'awsebcli==3.13.0' --upgrade --user pip install'awsebcli == 3.13.0' - upgrade --user

the older version of awsebcli==3.13.0 solved this problem. 旧版本的awsebcli == 3.13.0解决了这个问题。

Currently 3.14.0 still not working. 目前3.14.0仍然无法正常工作。

声明:本站的技术帖子网页,遵循CC BY-SA 4.0协议,如果您需要转载,请注明本站网址或者原文地址。任何问题请咨询:yoyou2525@163.com.

 
粤ICP备18138465号  © 2020-2024 STACKOOM.COM