You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
{{ message }}
This repository was archived by the owner on Jun 2, 2020. It is now read-only.
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
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: 1Any thoughts on how to correct this issue?