Git Product home page Git Product logo

Comments (3)

mctomski avatar mctomski commented on May 7, 2024

Tried reinstalling homebridge, which I have up and running, my error has now changed! No actively pursing this, but will leave it open in case anyone has interest

Traceback (most recent call last):
File "/usr/local/bin/docker-compose", line 7, in
from compose.cli.main import main
File "/usr/local/lib/python2.7/dist-packages/compose/cli/main.py", line 17, in
from . import errors
File "/usr/local/lib/python2.7/dist-packages/compose/cli/errors.py", line 10, in
import six
ImportError: No module named six

from docker-homebridge.

oznu avatar oznu commented on May 7, 2024

Thanks for raising this, looking at the errors you posted it seems like this issue:

docker/compose#4421

I'll run through the setup guide again from the start to make sure the setup instructions are still correct.

from docker-homebridge.

oznu avatar oznu commented on May 7, 2024

I was able replicate this on a fresh install of Raspbian Stretch Lite by installing the same version modules you provided using pip freeze - some of which are quite out of date.

How to upgrade all pip dependencies (use with caution if you're running other packages):

https://stackoverflow.com/questions/2720014/upgrading-all-packages-with-pip

Or try re-installing docker-compose (this worked for me):

pip install -U docker-compose
pip uninstall docker-py; pip uninstall docker; pip install docker

If that still fails you can raise the problem on the docker/compose issue tracker as this is not really a problem with the oznu/homebridge docker container.

from docker-homebridge.

Related Issues (20)

Recommend Projects

  • React photo React

    A declarative, efficient, and flexible JavaScript library for building user interfaces.

  • Vue.js photo Vue.js

    🖖 Vue.js is a progressive, incrementally-adoptable JavaScript framework for building UI on the web.

  • Typescript photo Typescript

    TypeScript is a superset of JavaScript that compiles to clean JavaScript output.

  • TensorFlow photo TensorFlow

    An Open Source Machine Learning Framework for Everyone

  • Django photo Django

    The Web framework for perfectionists with deadlines.

  • D3 photo D3

    Bring data to life with SVG, Canvas and HTML. 📊📈🎉

Recommend Topics

  • javascript

    JavaScript (JS) is a lightweight interpreted programming language with first-class functions.

  • web

    Some thing interesting about web. New door for the world.

  • server

    A server is a program made to process requests and deliver data to clients.

  • Machine learning

    Machine learning is a way of modeling and interpreting data that allows a piece of software to respond intelligently.

  • Game

    Some thing interesting about game, make everyone happy.

Recommend Org

  • Facebook photo Facebook

    We are working to build community through open source technology. NB: members must have two-factor auth.

  • Microsoft photo Microsoft

    Open source projects and samples from Microsoft.

  • Google photo Google

    Google ❤️ Open Source for everyone.

  • D3 photo D3

    Data-Driven Documents codes.