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
- Need help with createExecution function
Hi, Need some help understanding createExecution. When requesting function execution via createExecution, the function handler arguments are incorrect and rese...
- HTTP POST to function returning "No Appw...
Hi everyone, I’m running into an issue with my self-hosted Appwrite instance. I’ve set up my environment variables (APPWRITE_FUNCTION_PROJECT_ID, APPWRITE_FUNC...
- Can't add dart 3.5 runtime
Modified the `.env` to enable dart 3.5 runtime on my self-hosted instance but still can't find the runtime when creating a new function. I manually pulled the i...