I am trying to make predictions from my appwrite function and the update my database based on the outcome of the prediction. I have been able to install joblib, numpy and appwrite but when i try to install Scikit-learn. i run into an error.
I have attached an image
TL;DR
Developer having trouble installing SciKit-learn with pip for making predictions in their appwrite function. They've successfully installed joblib, numpy, and appwrite but encounter an error with Scikit-learn. Solution: Check and update Python version, as compatibility might be causing installation issues.