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: cython new version cause h5py install error. #90

Closed kevhsu-k closed 1 year ago

kevhsu-k commented 1 year ago

Issue #, if available: Recently the pip will install cython 3.0+ instead of 0.29.x (https://pypi.org/project/Cython/#history). However, building the h5py with cython 3.0+ causes errors. Thus in this PR we are trying to fix this issue.

Description of changes:

Have tested both TF24 and TF27 on the Panorama device.

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