
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
- MCP Integration
The appwrite has their MCP And this MCP is working fine with the VS code copilot but not with the other tools like Cline, Roo code...I have tried and getting th...
- Appwrite realtime didn't work
``` useEffect(() => { const { client } = createClient(); const unsubscribe = client.subscribe(`databases.${process.env.EXPO_PUBLIC_APPWRITE_DATABASE}.t...
- Sites won't show any GitHub repo
I've already add GitHub and select All repositories, but nothing is being shown
