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-mwaa-local-runner on Apple Silicon Macs (aarch64) to build and package the environment, the resulting plugins.zip contains wheels built for aarch64 architecture instead of x86_64. This results in compatibility issues for users expecting x86_64 wheels.
I was able to use the docker build pulling x84_64 packages with the command you suggested but when running ./mwaa-local-env package-requirements is pulling arch64. Can you provide the command for pulling x86_64 packages from the requirements.txt to create the plugins.zip?
When using
aws-mwaa-local-runner
on Apple Silicon Macs (aarch64) to build and package the environment, the resulting plugins.zip contains wheels built for aarch64 architecture instead of x86_64. This results in compatibility issues for users expecting x86_64 wheels.Steps to Reproduce:
Steps for a fix:
Replace
by
The text was updated successfully, but these errors were encountered: