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
- Python Function Deployment hits General ...
The same deployment was working without issue yesterday and I have not hit any free tier limits yet. How do I figure out what's happening? Are you having issues...
- Rate limit blocking bulk function re-cre...
Hi team, I am on Appwrite Cloud (project: staging-dataspace, SGP region). I am in the midst of deleting ~115 functions that were stuck with .fra.appwrite.run do...
- Unable to connect the git repo with appw...
I am trying to connect my existing repo with the appwrite functions. I have 2 functions in the same repo, and i was able to execute those through cli and its vi...