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
- 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...