Package: python-docker
Version: 2.4.2-1
Severity: important

This version breaks docker-compose:

--8<---------------cut here---------------start------------->8---
$ docker-compose 
Traceback (most recent call last):
  File "/usr/bin/docker-compose", line 11, in <module>
    load_entry_point('docker-compose==1.8.0', 'console_scripts', 
'docker-compose')()
  File "/usr/lib/python2.7/dist-packages/pkg_resources/__init__.py", line 561, 
in load_entry_point
    return get_distribution(dist).load_entry_point(group, name)
  File "/usr/lib/python2.7/dist-packages/pkg_resources/__init__.py", line 2649, 
in load_entry_point
    return ep.load()
  File "/usr/lib/python2.7/dist-packages/pkg_resources/__init__.py", line 2303, 
in load
    return self.resolve()
  File "/usr/lib/python2.7/dist-packages/pkg_resources/__init__.py", line 2309, 
in resolve
    module = __import__(self.module_name, fromlist=['__name__'], level=0)
  File "/usr/lib/python2.7/dist-packages/compose/cli/main.py", line 17, in 
<module>
    from ..bundle import get_image_digests
  File "/usr/lib/python2.7/dist-packages/compose/bundle.py", line 14, in 
<module>
    from .service import format_environment
  File "/usr/lib/python2.7/dist-packages/compose/service.py", line 13, in 
<module>
    from docker.utils import LogConfig
ImportError: cannot import name LogConfig
--8<---------------cut here---------------end--------------->8---

Downgrading back to the version from stable fixes the problem.

-- System Information:
Debian Release: buster/sid
  APT prefers stable
  APT policy: (500, 'stable'), (70, 'unstable'), (60, 'testing'), (50, 
'experimental'), (40, 'oldstable')
Architecture: amd64
 (x86_64)

Kernel: Linux 4.11.0-2-amd64 (SMP w/4 CPU cores)
Locale: LANG=en_US.UTF-8, LC_CTYPE=en_US.UTF-8 (charmap=UTF-8)
Shell: /bin/sh linked to /bin/dash
Init: systemd (via /run/systemd/system)

Versions of packages python-docker depends on:
ii  python-backports.ssl-match-hostname  3.5.0.1-1
ii  python-dockerpycreds                 0.2.1-1
ii  python-ipaddress                     1.0.17-1
ii  python-requests                      2.12.4-1
ii  python-six                           1.10.0-4
ii  python-websocket                     0.37.0-2
pn  python:any                           <none>

python-docker recommends no packages.

python-docker suggests no packages.

-- no debconf information

Reply via email to