UiPath AI Centre: Not Able To Use Custom ML Package

I have created the ML Package zip file for predictions, having -

  1. requirements.txt
  2. Main.py - with init and Main functions

The model uploads correctly however while using as ML Skill getting below error, this is the second import line of the code

File “/microservice/main.py”, line 2, in
import pandas as pd
ModuleNotFoundError: No module named ‘pandas’

During handling of the above exception, another exception occurred:

My be you will try this:
Use Custom NER with Continuous Learning.

Hope this will help you to resolve your query

@deepak.rai6 Thanks for response. Model (in the above link) seems to be an already available model. Are you aware what can be done on a custom model to make it work?