google-deepmind / google-deepmind/alphafold
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
Open
- Dominant language
- Python
- Stars
- 14.9k
- Forks
- 2.9k
- PR merge metrics
- No merged PRs in 30d
Description
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
Contributor guide
Assessment
This issue has not been assessed yet.