aries-cloudagent-python icon indicating copy to clipboard operation
aries-cloudagent-python copied to clipboard

Apply workaround to fix issues using the ACA-Py scripts on ARM based MACs

Open WadeBarnes opened this issue 2 years ago • 1 comments

Developers using ARM based MACs commonly run into issues running the ACA-Py demos (and other scripts). The underlying reason is ACA-Py does not fully support the ARM architecture due to some of it's dependencies not supporting the ARM architecture. This issue is being addresses here; https://github.com/hyperledger/aries-cloudagent-python/issues/2124.

The workaround is to tell docker to use amd64 emulation when running on an ARM based MAC. This is done by setting DOCKER_DEFAULT_PLATFORM=linux/amd64.

A script to auto-detect ARM based MACs and set DOCKER_DEFAULT_PLATFORM=linux/amd64 has been added to von-network, apply this workaround to the affected ACA-Py scripts. https://github.com/bcgov/von-network/pull/272

WadeBarnes avatar Jul 19 '23 13:07 WadeBarnes

@amanji -- assigning this to you to close or apply a change as appropriate as related to #2124

swcurran avatar Jun 25 '24 17:06 swcurran