skip to Main Content

Debian – Linux no module named azure.iot.hub

I'm having an issue trying to execute a very simple python script that works perfectly in Windows but not on my Le Potato (Debian): import uuid from azure.iot.hub import IoTHubRegistryManager import MqttClient as mqttClient CONNECTION_STRING = "HostName=(...)" DEVICE_ID = "(...)"…

VIEW QUESTION
Back To Top
Search