#Appwrite Functions Build Completion error

10 messages · Page 1 of 1 (latest)

spice drum
#

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.

oak niche
#

Pandas is not available in the appwrite Python container

spice drum
#

Thanks a lot @oak niche

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?

oak niche
#

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

spice drum
#

Yes absolutely. Eagerly waiting Appwrite functions upgrade

#

Thanks a lot! @oak niche