I have created the ML Package zip file for predictions, having -
- requirements.txt
- 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: