
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
- Invalid `specification` param: Specifica...
I'm self-hosting my appwrite instance on my Macbook, and I created a Python function using the command `appwrite init functions` and it outputed the below into ...
- Local function throws EACCES error when ...
I am developing an Appwrite function locally. Up until now, the process has been as smooth as butter: I edit my files, save them, and this triggers a rebuild of...
- Creating Push Notification Results in Fa...
When creating a push notification using the Python API, I get this error for the status of my message. I call it using basically this: ```python def main(conte...
