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
- Many2Many loading, not receiving list
Hi everyone! Im having a bit of trouble while editing single rows in the DB. When selecting a value of my many2many it keeps loading, see screenshot. On some ...
- Creating a function on appwrite Cloud.
I am trying to create a function on Appwrite cloud. I go to the console. I hit : Create function I choose DART-3.5 I put a name for my function : NameFunction...
- SSR Auth with Tanstack Start requires ha...
I followed the Next.js guide for SSR Auth on https://appwrite.io/docs/tutorials/nextjs-ssr-auth/step-1 I tried to replicate it for Tanstack Start. However, on...