aws / aws-lambda-python-runtime-interface-client

Apache License 2.0
258 stars 73 forks source link

Missing ARM wheels for 2.0.1 #66

Closed tomkins closed 2 years ago

tomkins commented 2 years ago

I'm currently trying to install this into a minimal Docker container without build tools, which fails. Looking at:

Version 2.0.0: https://pypi.org/project/awslambdaric/2.0.0/#files Version 2.0.1: https://pypi.org/project/awslambdaric/2.0.1/#files

Version 2.0.0 had aarch64 wheels, however 2.0.1 only has x86_64 wheels - making it a bit trickier to install.

kapilt commented 2 years ago

pinning version to 2.0.0 works around.. but getting a consistent aarch 64 build as part of the release process would be good...

keshayad commented 2 years ago

Thanks for raising it, the aarch64 wheels have been published. Version 2.0.1: https://pypi.org/project/awslambdaric/2.0.1/#files

Closing the issue, sorry for the inconvenience.