I just did a fresh installation of Docker and Compose on a Raspberry Pi3. Docker run fine. But when I try to do anything with Compose, I get this error
pi@raspberrypi:~ $ docker-compose
Traceback (most recent call last):
File "/usr/local/bin/docker-compose", line 6, in <module>
from compose.cli.main import main
File "/usr/local/lib/python2.7/dist-packages/compose/cli/main.py", line 52, in <module>
from .formatter import ConsoleWarningFormatter
File "/usr/local/lib/python2.7/dist-packages/compose/cli/formatter.py", line 15, in <module>
from backports.shutil_get_terminal_size import get_terminal_size
ImportError: No module named shutil_get_terminal_size
Compose was installed through pip
. Any idea what could be missing?