Azure / iotedgedev

The Azure IoT Edge Dev Tool greatly simplifies your Azure IoT Edge development process. It has everything you need to get started and helps with your day-to-day Edge development.
https://aka.ms/iotedgedev
Other
160 stars 71 forks source link

Install azure-cli with pip #536

Closed beandrad closed 2 years ago

beandrad commented 2 years ago

Installing it with apt-get was causing issues when running some commands that need uamqp library.

Note that since the python docker image already has setuptools== 58.1.0, we needed to downgrade to a version < 58.0.0 to make it compatible with azure-cli==2.25.0 (compatible with azure-cli-core==2.25.0 pinned in this project). See related issue.

iotedgedev Pull Request Checklist

Additional comments