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
- Appwrite not opening in my browser.
https://synapseaudit.appwrite.network/ This is one of my project hosted in appwrite, but only I am the one facing this problem.
- How to increate mx upload filesize ?
Hi, I use self hosted appwrite and want to upload files bigger than 30 mB. how can i increase the max filesize? In my special case i want to import a csv file w...
- GitHub connection failed
I am running a self-hosted Appwrite with Coolify. Everything is running smoothly so far and I wanted to starte develop functions. Trying to connect github with ...
