ct-Open-Source / ct-Smart-Home

A ready-to-use Node-RED setup for home automation
https://ct.de/smarthome
GNU General Public License v2.0
167 stars 40 forks source link

Usage impossible because docker-compose is not installed #13

Closed KarstenDE closed 5 years ago

KarstenDE commented 5 years ago

I can not use the whole solution because I am unable to install docker-compose an my Pi3 with Raspbian.

If I execute sudo pip install docker-compose I always get this response:
Command "python setup.py egg_info" failed with error code 1 in /tmp/pip-build-Sjc79O/pynacl/

I already re-installed the Raspbian OS. But still the same problem. Am I the only one with this issue?

KarstenDE commented 5 years ago

Seems to be a general issue.
See https://github.com/docker/compose/issues/6617

With sudo pip install docker-compose==1.23.2 it works now