retr122Original post
Rank 2: Process
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.
Summary
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.