[Fixed] "Edit block locally broken" on Arm (e.g. Macbooks, aarch64 Linux)

Hi,

During an update of our build system we accidentally disabled cross-architecture builds for the Docker container underpinning “Edit block locally” - so if you edit a block now and try to run it on e.g. an M1 Macbook you’ll see something like:

WARNING: The requested image's platform (linux/amd64) does not match the detected host platform (linux/arm64/v8) and no specific platform was requested
The TensorFlow library was compiled to use AVX instructions, but these aren't available on your machine.
./run-python-with-venv.sh: line 17:    19 Aborted                 /app/$VENV_NAME/.venv/bin/python3 -u $ARGS

Because we only have the x86 containers present right now. We’re actively working on fixing this and bringing back support for Arm machines.

Cheers,

1 Like

This has been resolved :white_check_mark:

1 Like