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
- CORS errors in Obsidian custom plugin
Hi, anyone here familiar with obsidian community plugins? In short: it's a local first note app which supports writing your own add-ons / plugin But I keep get...
- > AppwriteException: The requested servi...
When trying to read or write from my database I get the following error: > AppwriteException: The requested service is disabled. You can enable the service from...
- Courtesy limit reset for non-profit migr...
Hi Team! I'm the architect for a 501(c)(3) non-profit project (Aaria's Blue Elephant) and we just hit our Free plan Database Read limit (currently at 164%). Th...