OpenZWave / docker-openzwave

Built on top of GGCom - Docker - pyenv, this is the latest version of Python 2 and OpenZWave ready to go; no muss, no fuss!
15 stars 9 forks source link

Build failing on pip install pip install mosquitto #3

Open atxjd opened 8 years ago

atxjd commented 8 years ago

Hi, I'm running docker v 1.11.0 on Ubuntu 14.04 (trusty). When running the docker build I get the following error:

Step 29 : RUN pip install mosquitto ---> Running in fa5c7975d2d6 Collecting mosquitto Could not find a version that satisfies the requirement mosquitto (from versions: ) No matching distribution found for mosquitto The command '/bin/sh -c pip install mosquitto' returned a non-zero code: 1

Any thoughts on how to correct this issue?

k6ps commented 8 years ago

I guess it is this one -> http://mosquitto.org/documentation/python/ So, we might need to replace mosquitto with paho-mqtt here.

bibi21000 commented 7 years ago

Should be fixed with last PR