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
- Could not connect to SMTP host
I have tried between 2 different mails and hosts to activate the SMTP of my self-hosted Appwrite instance but to no avail. No matter what I set this is the log...
- Error 500 connecting to Github [Unknown ...
I am trying to connect my self-hosted 1.7.4 instance to Github and am getting the following erorr: ```[Error] Timestamp: 2025-05-30T17:03:24+00:00 [Error] Met...
- I have the error: "User with the request...
Hello, I'm using a function in Appwrite and the GET and POST method works well, the POST method creates a user with the method users.create() , but when I try t...
