使用pip安装docker-compose时报 unsupported operand type(s) for -=: 'Retry' and 'int' 错误,经过一番google后,发现使用升级setuptools解决了这个问题:
unsupported operand type(s) for -=: 'Retry' and 'int'
`sudo pip install --upgrade setuptools`