How to enable Python Machine Learning Packages Installation in Self Hosting for function execution?
- 0
- Self Hosted
- Functions

I want to test Image Processing Libraries of Python but by default it is not supported. Is there any way to enable them.

Are you on 1.4?

Yes

as part of the build commands you can install other things as needed.
What you trying to use and what error are you getting?

I am unable to install Pandas and Numpy

try updating your commands to:
apk add --no-cache g++ wget && pip install -r requirements.txt
Recommended threads
- ENV vars not updating
When i do `nano .env` it shows `_APP_DOMAIN_TARGET=` as set to my domain, but when i do `docker compose exec appwrite vars` it shows `_APP_DOMAIN_TARGET=` as ...
- Index with the requested key already exi...
I'm using appwrite cli to create DB and I'm getting index_already_exists Is there a way to undestand the index name and maybe to skip if it's already exits?
- Hola equipo de soporte,
Hola equipo de soporte, Estoy desarrollando una Function en Appwrite Cloud con Node.js 22 y el siguiente package.json: { "name": "upload-whitelist", "type"...
