DEV Community

Discussion on: Installing Docker and Docker Compose on the Raspberry Pi in 5 Simple Steps

Collapse
 
dbrosy profile image
dbrosy

this might be a better option.

sudo apt-get remove python-configparser
Enter fullscreen mode Exit fullscreen mode

After removing configparser docker-compose starts as expected.
I removed after installing compose via pip but noted an error related to configparser at end of install so this might be better run after dependencies but before compose. This part I haven't tried