You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
minion$ docker-compose --help
Traceback (most recent call last):
File "/usr/local/bin/docker-compose", line 7, in <module>
from compose.cli.main import main
File "/usr/local/lib/python2.7/dist-packages/compose/cli/main.py", line 22, in <module>
from ..bundle import get_image_digests
File "/usr/local/lib/python2.7/dist-packages/compose/bundle.py", line 13, in <module>
from .network import get_network_defs_for_service
File "/usr/local/lib/python2.7/dist-packages/compose/network.py", line 9, in <module>
from docker.types import IPAMConfig
ImportError: cannot import name IPAMConfig
The text was updated successfully, but these errors were encountered:
The text was updated successfully, but these errors were encountered: