google-deepmind / alphafold

Open source code for AlphaFold.
Apache License 2.0
12.1k stars 2.16k forks source link

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 #942

Open hezhiqiang8909 opened 1 month ago

hezhiqiang8909 commented 1 month ago

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. https://github.com/docker/docker-py/issues/3113