hi, we are working on support arm64 but for some binaries, not everything. I'm guessing you're trying to run the frontend on an arm?
m
Mystery Incorporated
09/16/2021, 2:53 PM
Yea everything on arm
It was working fine
Seems I fixed it, I could see some node-gyp package was trying to do stuff in python2 syntax so I installed python2 and it now builds with no errors on arm oncxe again
t
Tomas Touceda
09/16/2021, 2:58 PM
ah yes, python2 is so popular I sometimes forget about it
m
Mystery Incorporated
09/16/2021, 3:01 PM
@Tomas Touceda the strange thing is it built previous versions without me needing to install python2?
t
Tomas Touceda
09/16/2021, 3:01 PM
well, dependencies change over time, both in what we depend on and we update the versions that might cause this kind of thing