
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
- Error while trying to run appwrite funct...
It was working fine when running functions locally but today I am getting this error.
- Unable to connect. Is the computer able ...
Hi, I followed the self-hosted documentation, copied the docker compose and .env and executed the `docker compose up -d` command. I have appwrite running on my...
- JSON Parse error: Unexpected EOF when ex...
Hi, I'm trying to test a piece of code and I can't figure out what I'm doing wrong. I've reduced the deployed main to just this ```javascript export default as...
