aws-samples / aws-panorama-samples

This repository has samples that demonstrate various aspects of AWS Panorama device and the Panorama SDK
https://docs.aws.amazon.com/panorama/
MIT No Attribution
82 stars 58 forks source link

fix: update kvs sample app Dockerfile for py3.8 compatible. #101

Closed kevhsu-k closed 8 months ago

kevhsu-k commented 9 months ago

Issue #, if available:

After we update the python version to 3.8, the default PyGObject installed is 3.46.0. However, in our base image the glib is too old to support 3.46.0.

Description of changes:

Have deployed the app and tested it. I am able to see my RTSP stream on the KVS console.

By submitting this pull request, I confirm that you can use, modify, copy, and redistribute this contribution, under the terms of your choice.