docker-py: Cannot install on Windows

When I try to install docker-py using pip install docker, I get the error below:

Could not find a version that satisfies the requirement pypiwin32==220; sys_platform == "win32" and python_version >= "3.6" (from docker) (from versions: 219)
No matching distribution found for pypiwin32==220; sys_platform == "win32" and python_version >= "3.6" (from docker)

About this issue

  • Original URL
  • State: closed
  • Created 6 years ago
  • Comments: 16 (6 by maintainers)

Most upvoted comments

Next release (3.5.0) will have Python 3.7 support. Thank you for your patience.

@shin- Do you have rough ETA for 3.5.0? Thanks!

Still no python 3.7 support? The awsebcli seems to depend on docker-py. I get this error message with python 3.7:


 Could not find a version that satisfies the requirement pypiwin32==220; sys_platform == "win32" and python_version >= "3.6" (from docker<4.0,>=3.3.0->docker-compose<1.22.0,>=1.21.2->awsebcli) (from versions: 219, 223)
No matching distribution found for pypiwin32==220; sys_platform == "win32" and python_version >= "3.6" (from docker<4.0,>=3.3.0->docker-compose<1.22.0,>=1.21.2->awsebcli)

ETA: an hour or so 🙂