Precompiled binaries

Anyone have precompiled binary for mxnet-cpp arm-linux 32b system? I’m having a difficult time cross-compiling. Compiling requires a 32b python implementation that can load arm shared objects with ctypes.CDLL. My build OS (built on) is Ubuntu 64b. It would save me a lot of trouble just to have a recent precompiled binary. Cheers y’all.

Did you try using the docker image create for cross compiling to arm (specifically for raspberry pi)? Instructions are on installation page. Just select Devices and RaspberryPi.