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
- Worker functions stuck on "Fetched 0 fun...
Appwrite Version: 1.9.0 Bug Description: The appwrite-worker-functions container gets stuck in an infinite loop logging "Fetched 0 functions..." while scheduled...
- I am using s3 for app storage but is it ...
_APP_STORAGE_DEVICE=s3 puts everything to the s3 storage but i need to be able to keep the function builds and site in the local and not waste the cloud storage...
- Local Serverless Function Testing: Are D...
I have followed the instructions to get the CLI working, and have been able to log-in, initialize my project, and created a simple Python function, which calls ...