Does appwrite functions support sklearn?
TL;DR
Currently, Appwrite does not have a machine learning runtime. However, if sklearn does not require any special OS-level libraries, it should work. However, there seems to be a deployment error when trying to install scikit-learn. It is unclear if Appwrite functions support sklearn.and this is the deploy error
TypeScript
Downloading scikit-learn-1.2.2.tar.gz (7.3 MB)
━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━ 7.3/7.3 MB 151.6 MB/s eta 0:00:00
Installing build dependencies: started
Installing build dependencies: finished with status 'error'```
No machine learning runtime in Appwrite yet..... Though we support Python.
If it doesn't require any special OS-level libraries, you can use it
Recommended threads
- Appwrite console is too heavy
The Appwrite console is too heavy And all of my services broken Any support , please
- Cloud function deploy stucks in processi...
Been trying for the last hours to deploy my function but for whatever reason, alwasy stuck on processing!
- One-time Cloud migration blocked by data...
Hi, I’m blocked on a one-time migration from Appwrite Cloud to my self-hosted Appwrite instance. We already fixed the region issue, and the migration now corre...