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 for long running task (other 60...
My function need long running other 60 seconds. But async mode return empty body. How to deal with that please ?
- total parameter not working correctly in...
Hello Appwrite team, I'm experiencing issues with the total parameter in the listRows() method (TablesDB) across multiple SDKs. **Issue 1**: Node.js SDK (node...
- Confusion around Tables / TablesDB vs Da...
Hello everyone, I ran into quite a bit of confusion when trying to migrate a Function from Databases.createDocument() to the new Tables / Rows API and wanted t...