阿里云Docker启动错误

1
2
3
illya@YogSothoth:~/dc/portainer$ docker-compose up -d
...
docker.errors.DockerException: Error while fetching server API version: HTTPConnection.request() got an unexpected keyword argument 'chunked'

在阿里云上用docker-compose遇到了奇怪的api错误,看起来像request版本问题。

在这找到了解决方法Issues #779

1
2
pip3 uninstall requests
pip3 install requests==2.28.1

腾讯云就没问题,咋回事呢。