安装 docker-compose的时候提示错误:
Could not find a version that satisfies the requirement docker[ssh]>=5 (from docker-compose)
把原来命令:
pip3 install -U docker-compose
改为:
pip3 --trusted-host pypi.python.org install -U docker-compose
------------正 文 已 结 束, 感 谢 您 的 阅 读 (折雨的天空)--------------------
转载请注明本文标题和链接:《Could not find a version that satisfies the requirement docker[ssh]>=5 (from docker-compose)》
发表评论