Skip to content

Instantly share code, notes, and snippets.

View j3ll3nl's full-sized avatar

Jelle den Butter j3ll3nl

  • FRMWRK
  • Rotterdam
View GitHub Profile
@jonatanblue
jonatanblue / docker_py_to_docker.md
Last active July 18, 2019 12:15
Resolve docker-py older version naming conflict

Problem

When running docker-compose I get this error:

docker-compose --version
> ERROR: Dependency conflict: an older version of the 'docker-py' package is polluting the namespace. Run the following command to remedy the issue:
> pip uninstall docker docker-py; pip install docker