Hi
Is there a way to install sysconfig on an aarch64 Linux VM on apple's M1 processors? The application itself is essentially a web browser with node.js but the installer requires x86_64 runtime libraries so it should run once installed. I tried running this in an environment with rosetta with virtualization enabled and the ld-linux-x86_64.so library installed but this caused the installer to segfault.
And no, I can't use the web browser version since the I'm trying to build matter sdk which requires a local install of sysconfig.
Munan