摘要:
使用pip安装docker-compose时报 unsupported operand type(s) for -=: 'Retry' and 'int' 错误,经过一番google后,发现使用升级setuptools解决了这个问题: `sudo pip install --upgrade setuptools` From WizNote 阅读全文
posted @ 2018-01-08 16:45
JefferyZh
阅读(1047)
评论(0)
推荐(0)