安装 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
2021-06-17
11
0
安装 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)
版权声明: 本站所有文章除特别声明外,均采用 BY-NC-SA 许可协议。转载请注明出处!
免责声明: 文中如涉及第三方资源,均来自互联网,仅供学习研究,禁止商业使用,如有侵权,联系我们24小时内删除!