bug: building a zip-based python lambda natively on an arm-based mac with a grpcio dependency fails #7860
Labels
stage/needs-triage
Automatically applied to new issues and PRs, indicating they haven't been looked at.
Description:
When I try to install
grpcio
as a dependency and do asam build
(outside of a container), I get this:This is my
requirements.txt
This is the download command that I saw when buliding outside of the container:
If I add
--use-container
it fixes it, pulling themanylinux_2_17
platform wheel:Steps to reproduce:
As far as I can tel, it's running a
sam build
for a zip-based python lambda on a mac with agrpcio
dep.Observed result:
Failure
Success
Only change is I added
--use-container
Expected result:
I expected it would succeed without
--use-container
Additional environment details (Ex: Windows, Mac, Amazon Linux etc)
sam --version
:The text was updated successfully, but these errors were encountered: