I am getting following error while testing the end point for a deployment
{
"status": 400,
"data": {
"code": "ExecutionError",
"message": "The process execution has failed: 'The script could not be parsed.'. Detailed error message: 'Please check your Python script: ModuleNotFoundError: No module named 'catboost''"
}
}