Azure-Samples / Custom-vision-service-iot-edge-raspberry-pi

Sample showing how to deploy a AI model from the Custom Vision service to a Raspberry Pi 3 device using Azure IoT Edge
MIT License
186 stars 135 forks source link

Finishing support of Python 3.5 #74

Closed true-while closed 3 years ago

true-while commented 3 years ago

Purpose

Python 3.5 is finishing support by piwheals. The update moving project to 3.7 version. Also replace old version of azure-iothub-device-client to new azure-iot-device see for details https://github.com/Azure/azure-iot-sdk-python/blob/master/migration_guide.md Also trollius is not supported anymore and switch to asyncio

Does this introduce a breaking change?

[x] Yes
[ ] No

Pull Request Type

What kind of change does this Pull Request introduce?

[x] Bugfix
[ ] Feature
[ ] Code style update (formatting, local variables)
[ ] Refactoring (no functional changes, no api changes)
[ ] Documentation content changes
[ ] Other... Please describe:

How to Test

Testing from VS code.

What to Check

Verify that the following are valid Docker Build - no errors.

Other Information

Fore repro the issue just run docker build with current configuration.

ghost commented 3 years ago

CLA assistant check
All CLA requirements met.

emmanuel-bv commented 3 years ago

Thanks a lot for your contribution @true-while , really appreciate it to keep this repo up-to-date!