Im trying to upload a custom model to UiPath AI Center.
I got almost everything right but the model is not being deployed due to the following error:
ImportError:
Cannot import joblib, please make sure that the library is installed as part of your requirements (requirements.txt file) or that the file is present in the ML Package
This is my requirements.txt file :
joblib==1.2.0
numpy==1.21.2
numba==0.54.1
msgpack==1.0.3
scikit-learn==0.24.2
threadpoolctl==2.2.0
SciPy==1.7.3
I wonder why that library is not being installed, might be due to another library missing?
Everything is in the folder, might be due to a invalid folder structure?