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 domain not available
Hello, even tho in docs you clearly describe that every function has its domain, I can not see it anywhere in any of my projects. How do I reveal the url of th...
- Inquiry: How to Reduce Cold Start Durati...
Hey! I was using Python for the function runtime, but after reading that Go has the fastest runtime, I switched my code over to Go. However, I'm still seeing co...
- After a GET request is passed to functio...
Create execution in the console can normally retrieve the get parameters。WHy?