Web Developer
I have a function running Python 3.12 which suddenly started dumping errors (as of today; it worked yesterday). I hadn't changed any code so I found this odd, but after looking through the error logs, it looks like the issue is a missing C++ library 'libstdc++.so.6' which is required by a library I'm using. My guess is something changed on the Appwrite side of things.
So I need some direction on how to work around this... I've tried downgrading from Python 3.12 to Python 3.9, and creating an entirely new function, but neither changed anything and I don't know whether there's something I can do or if this is entirely on Appwrite's side to fix.