Same function with no change in code is failing build since a few days
LOGS
and when you commit, if you have enable the auto-deploy feature with the webhook callback, 2 new lines are added
OP is not using Github deployment - they're deploying manually.
And you're on Cloud, not Self-hosted, right?
Oh my bad, I've not see the "manual" logo
Are you targeting a specific pandas or numpy version?
No
I've just added pandas to the requirements.py file
Cloud, yes
Huh. So it seems this is a known issue for Alpine containers. However, I don't seem to be able to reproduce it myself - I've added pandas to the requirements.txt of a blank new Python Function (in Cloud), and it seems to be working?
I assume you've tried redeploying already (not just hitting the rebuild button in the Console)?
Yes. Tried that too
And have you tried deploying as a new Function?
For that Iβll have to make changes to my app to modify the function id etc. that is not an option for me now.
Understood
I found this issue - https://github.com/open-runtimes/open-runtimes/issues/86
It seems the fix mentioned has not been applied? https://github.com/open-runtimes/open-runtimes/blob/main/runtimes/python-3.9/Dockerfile
There don't seem to any recent updates to the image
At this point, I don't think there's anything else I can suggests - we'll have to wait for someone in Core
Oh okayy. Thanks
have you be able to resolved the issues?
Noo
What's the function code? And what's your appwrite SDK version?
Recommended threads
- Relation Question
How do I create a relation from table y to an others x.$id. in my example I have a users table where I use Appwrites unique User IDs and I want other tables fo...
- Unknown attribute type: varchar / text
Since the `string` type is deprecated I tried using `varchar` and `text` in some newer tables, but when running `appwrite pull tables && appwrite types ./src/li...
- I'm experiencing a critical bug on Appwr...
Hey <@870607367597850624> team / support π I'm experiencing a critical bug on Appwrite Cloud that's blocking my production Flutter app. I've already filed GitH...