ct-Open-Source / ct-Smart-Home

A ready-to-use Node-RED setup for home automation

Home Page:https://ct.de/smarthome

Geek Repo:Geek Repo

Github PK Tool:Github PK Tool

Usage impossible because docker-compose is not installed

KarstenDE opened this issue · comments

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?

Seems to be a general issue.
See docker/compose#6617

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