You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
When using AWS Lambda in a new layer
when selecting --platform manylinux2014_aarch64 or --platform manylinux2014_x86_64 in pip install docxcompose give an error.
Error
ERROR: Could not find a version that satisfies the requirement docxcompose==1.4.0 (from versions: none)
ERROR: No matching distribution found for docxcompose==1.4.0
Error: Process completed with exit code 1.
simulation in a Git Action creating AWS dependency layers
as is
When using AWS Lambda in a new layer
when selecting
--platform manylinux2014_aarch64
or--platform manylinux2014_x86_64
in pip install docxcompose give an error.Error
simulation in a Git Action creating AWS dependency layers
on ARM64
on x86
to be
pip install
with--platform manylinux2014_aarch64
or--platform manylinux2014_x86_64
The text was updated successfully, but these errors were encountered: