bls icon indicating copy to clipboard operation
bls copied to clipboard

Not runnable on Mac ARM64

Open mingyuanlee opened this issue 1 year ago • 3 comments

When I try to install @chainsafe/blst on my arm64 arch, this error returned:

Retrieving BLST native bindings /Users/jasperli/work/etherfi-app/node_modules/@chainsafe/blst/prebuild/darwin-arm64-115-binding.node ...
Error: Error importing BLST native bindings: 404 Not Found

May I suggest that arm64 development is not supported now?

mingyuanlee avatar Jun 02 '23 20:06 mingyuanlee

Having the same issue, have found suggestion like aliasing python to python3 but it doesn't help actually

ArmmGh avatar Jan 03 '24 19:01 ArmmGh

Make sure python is properly installed and in your PATH. If using brew to install it, it shows the right way to do it. Something along the lines of adding export PATH="/opt/homebrew/opt/[email protected]/libexec/bin:$PATH" in your shell config file.

jeluard avatar Jan 04 '24 15:01 jeluard

the issue was solved after I reinstalled python using Homebrew instead python official resource ✅

ArmmGh avatar Jan 04 '24 15:01 ArmmGh

Closing. Looks resolved and we are building/publishin osx arm64 bindings now

matthewkeil avatar Apr 25 '24 16:04 matthewkeil