MachineLearningNotebooks icon indicating copy to clipboard operation
MachineLearningNotebooks copied to clipboard

Batch Inferencing Endpoint job run error: EntryScriptException: No module named <score file>

Open vanlanchoy opened this issue 2 years ago • 8 comments

Hi, I created my Batch-Inferencing endpoint in AML studio with custom env, during deployment I uploaded my score file from my local machine, with inferencing cluster setup. Later on I tested run with some random data just to test out the pipeline. I received the EntryScriptException: No module named 'score_return_list', at the end of my job run where 'score_return_list' is the score file I uploaded during the endpoint setup process and my run() is just going to return a static list. tracelog.txt score_return_list.txt

vanlanchoy avatar May 24 '22 19:05 vanlanchoy

Hi @vanlanchoy , it's not clear how you run the test end-to-end from above description. Is it possible for you to create a support ticket and include your detailed steps and scripts? Which guideline were you following?

dem108 avatar May 26 '22 08:05 dem108

@vanlanchoy Can you create a new deployment with a python file for scoring script? (i.e. create score_return_list with .py extension) The file you shared above is *.txt which is not supported

chupadhy avatar May 26 '22 20:05 chupadhy

Hi @vanlanchoy , it's not clear how you run the test end-to-end from above description. Is it possible for you to create a support ticket and include your detailed steps and scripts? Which guideline were you following?

Thanks, I've opened a support ticket.

vanlanchoy avatar May 27 '22 14:05 vanlanchoy

@vanlanchoy Can you create a new deployment with a python file for scoring script? (i.e. create score_return_list with .py extension) The file you shared above is *.txt which is not supported

Is in py format, i need to convert it to txt in order to post it in here

vanlanchoy avatar May 27 '22 14:05 vanlanchoy

@vanlanchoy could you please share the case number that you have opened?

ruba9 avatar Jun 01 '22 12:06 ruba9

@vanlanchoy could you please share the case number that you have opened?

Hello, I already in touched with the dev team on this issue.

vanlanchoy avatar Jun 01 '22 15:06 vanlanchoy

@vanlanchoy requesting you to please share the support ticket number. We understand that you are already in touch with the dev team but we need the support ticket number for tracking this investigation.

isagrwl avatar Jun 01 '22 22:06 isagrwl

@vanlanchoy requesting you to please share the support ticket number. We understand that you are already in touch with the dev team but we need the support ticket number for tracking this investigation.

#2206010010002732 & #2206010010002835

vanlanchoy avatar Jun 02 '22 15:06 vanlanchoy