
i have left the requirements.txt with one line "appwrite" but im getting the same error see the images during deployment and execution

was it supposed to show me module during deployment?

What's your build command set to for your function?

hi Steven, where can i find that? if you mean my entrypoint its main.py

nvm i have none

It may be related to the update flask


You'll need to add pip install -r requirements.txt

where would i do that? @Steven

as a build command?

brb

aw man im now getting this again

what's docker compose logs openruntimes-executor
show?
Recommended threads
- Issue with Appwrite Function Execution –...
Hi all, I'm encountering an issue when calling an Appwrite function from my Flutter app. **Environment:** ```Flutter SDK: 3.27.3 Appwrite Flutter SDK: 16.1.0```...
- Accessing caller UserID on Function Exce...
I'm working with function, which should generate a document in Collection B, but only if user who's calling the function, is the owner of Document in Collection...
- Steps to Enable HTTP Access to appwrite ...
Hi Appwrite team, I have created a function and I want it to receive and incoming post request from a webhook( a webhook that notifies the function to update t...
