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
- list() is very slow; eventually shows no...
When I use the web browser to view the collections in my database, the documents they contain are normally displayed within a few seconds. For a few days now, h...
- Can't start docker containers beacuse no...
Hi, I'm testing my app where I upload also files to appwrite storage. As I suspect, I've filled up my disk. Now I can't start Appwrite. Could I ask for help wit...
- Error
I'm trying to get sellerId using account.get() in my appwrite function and this is the error message I'm getting: "Failed to send notification to seller 6865bf...
