Hello, I have deployed a python3.9 function manually. The compressed file contains the main.py and the requirements.txt. When I execute the function form the admin panel I get "ModuleNotFoundError: No module named 'appwrite'". How to fix it?
Did you add the build command to install dependencies?
No what Is the command?
Have a look at this post: https://discord.com/channels/564160730845151244/1162729467777646642
You basically have to add this line to your function in the appwrite.json config file: "commands": "pip install -r requirements.txt"
Recommended threads
- Empty listRows() response
Hi there, I'm shehryar, I'm new to react native and appwrite as well, I'm following a tutorial, what's surprising is the listRows({databaseId, tableId, queries}...
- Failed function deployments
I am using appwrite 1.8.0 (self hosted) and trying to manually deploy a python function. I am using appwrite from 0.x and went through multiple migrations. So ...
- Skip total counts crash the query
Hello, When adding the total parameter (either true, the default, or false) to the listRows function, it raises the following error: `type 'bool' is not a sub...