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
- Apple OAuth in SwiftUI
Any ideas why this error might be showing up when trying it sign in via apple in SwifUI? _Concurrency/CheckedContinuation.swift:196: Fatal error: SWIFT TASK CO...
- Create owner team member with Server fun...
I understand that when creating a team with a function, the user that made the request will not be the owner so I think I have to add the user that did the requ...
- Schedule a function job with timezone
I am aware that cron schedule will work on UTC timezone. I would like to run my function at a particular time everyday in new york time. If I use UTC, it will m...
