The request and urllib3 version dependency conflict problem occurs, and the error ocker.errors.DockerException: Error while fetching server API version: request() got an unexpected keyword argument 'chunked' appears
hezhiqiang8909 opened this issue · 0 comments
hezhiqiang8909 commented
During the installation and debugging process, there is a version dependency conflict between requests and urllib3. You need to add urllib3<2 in the docker/requirements.txt file to fix the installation version. Otherwise, this issue error will be prompted. docker/docker-py#3113