Conduit azure issue with iothub
- This topic has 1 reply, 2 voices, and was last updated 8 years ago by .
Viewing 2 posts - 1 through 2 (of 2 total)
Viewing 2 posts - 1 through 2 (of 2 total)
- You must be logged in to reply to this topic.
Home › Forums › Conduit: AEP Model › Conduit azure issue with iothub
We have the following issue on the conduit using Python. Is there a resolution to correct it?
Currently at.
Python 2.7.3
pip is up to date and fully patched.
Issue on conduit:
root@bullshark:~# !782
pip install azure-iothub-device-client
Collecting azure-iothub-device-client
Could not find a version that satisfies the requirement azure-iothub-device-client (from versions: )
No matching distribution found for azure-iothub-device-client
Hello Gary,
According to Microsoft (https://docs.microsoft.com/en-us/azure/iot-hub/iot-hub-python-getstarted) “The pip packages for azure-iothub-service-client and azure-iothub-device-client are currently available only for Windows OS. For Linux/Mac OS, please refer to the Linux and Mac OS-specific sections on the Prepare your development environment for Python post.” Here is the link for Linux/Mac OS sections https://github.com/Azure/azure-iot-sdk-python/blob/master/doc/python-devbox-setup.md .