
Hi everyone, I have an appwrite function which is on python3.12 runtime. I have a library (hnswlib) which builds wheels during installation. This works on appwrite cloud but when trying locally (using appwrite run functions command), the build fails with the message "RuntimeError: Unsupported compiler -- at least C++11 support is needed!". The cli is pulling openruntime v4-3.12 for python. Currently I can work by deploying to production, but ideally I'd like to test everything locally before pushing to production of course.

Additionally, I can also resolve this by appending "apk add build-base" to the "command" section in appwrite.json but this adds an extra step which increases build time.
Recommended threads
- Why "You’ve reached the limit for your G...
Why did Appwrite send me this alert when the usage reached 10605%? Is it too late? Why not when reached 100% usage? And I can not pay for more usage described ...
- Subdomain failed verification
So I wanted to do a custom subdomain, because local storage doesn't work for me, but I've tried it a long time ago, it didn't work for me, and now I'm trying ag...
- Sites 30MB limit from GitHub
I’m deploying a site from github as Other type on the Hobby plan. It is actually a Flutter web app but it’s in a subdirectory with the root being an html landin...
