docker-openzwave icon indicating copy to clipboard operation
docker-openzwave copied to clipboard

Build failing on pip install pip install mosquitto

Open atxjd opened this issue 9 years ago • 2 comments

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?

atxjd avatar May 21 '16 22:05 atxjd

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

k6ps avatar Jun 25 '16 12:06 k6ps

Should be fixed with last PR

bibi21000 avatar Jun 06 '17 12:06 bibi21000