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
- Error: Trying to install appwrite on sub...
``` [Error] Method: POST appwrite | [Error] URL: /v1/account appwrite | [Error] Type: Appwrite\Extend\Exce...
- JavaScript heap out of memory during bui...
I am running into heap out of memory when I am trying to build an Appwrite site. Usually this can be fixed by modifying the `max-old-space-size` configuration, ...
- client.ping() does not appear to work.
After upgrading to 1.8.0, I ran the `starter_for_flutter` and tested the ping. It failed with a "Server Error". I tried this again on my production instance (1...