bls
bls copied to clipboard
Not runnable on Mac ARM64
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?
Having the same issue, have found suggestion like aliasing python to python3 but it doesn't help actually
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.
the issue was solved after I reinstalled python using Homebrew instead python official resource ✅
Closing. Looks resolved and we are building/publishin osx arm64 bindings now