Hello. I'm trying to install some libraries into my Appwrite Python Github Function. I don't know why, but I had some troubles with this. I'm trying to install TensorFlow, and wrote this in requirements.txt. But pip don't find this library. I pinned the screenshots of logs and requirements.txt.
TL;DR
Title: Appwrite unable to install packages from requirements.txt
Message: Hey developers! I'm facing an issue while trying to install libraries into my Appwrite Python Github Function. I included TensorFlow in requirements.txt but pip is not able to find it. I've attached the logs and requirements.txt screenshots for reference. Can someone help?
Solution: Ensure that the name and version of the library you are trying to install is spelled correctly in requirements.txt. Additionally, double-check the pip version being used and consider upgrading it if necessary.Recommended threads
- Function Go module undefined
Attached image, why module is undefine, also when I'm running `appwrite run function`, it still undefine, why?
- Unable to create records with other user...
are we able to create records in collections with permissions of different user than the caller of this request? (with document security on) I have backend func...
- Sometimes this function shows an error l...
1. Synchronous function execution timed out. Use asynchronous execution instead, or ensure the execution duration doesn't exceed 30 seconds.\nError Code: 408 2...