Hello there!
My Appwrite functions build is failing everytime in the installment of numpy/pandas library in python. My app installs chromadb, which apparently installs pandas and numpy.
What should I do to avoid this error? Please help, thanks!
I have cloned one of the appwrite functions walkthrough and changed the code in the Appwrite functions starter template. It clones the repo correctly and starts building as well. It installs openai and other libraries perfectly in the logs.
Pandas is not available in the appwrite Python container
Thanks a lot @rafagazani
I have a code larger than 250 mb (352 mb) to run on serverless function, like AWS Lambda. Do you know any other alternatives where I can run this code?
Thinking about iris maintenance in the same way. Or rabitmq + flask
I had this same problem, I opted for rabitmq+flask because digital ocean does not have long-term cloud functions
But I'm waiting for some version of the appwrite to be solved. Deploying a function in appwrite is very easy
Yes absolutely. Eagerly waiting Appwrite functions upgrade
Thanks a lot! @rafagazani
Leave your comment and like on the other issues. This signals that it is important for the community
Recommended threads
- My account is blocked so please check an...
My account is blocked so please unblock my account because all the apps are closed due to which it is causing a lot of problems
- Applying free credits on Github Student ...
So this post is kind of related to my old post where i was charged 15usd by mistake. This happens when you are trying to apply free credits you got from somewh...
- Attributes Confusion
```import 'package:appwrite/models.dart'; class OrdersModel { String id, email, name, phone, status, user_id, address; int discount, total, created_at; L...