Deploy AzureML Model locally: cannot import name 'convert_inputs'

Nico Kreiling 106 Reputation points
2020-06-03T06:28:19.3+00:00

I have trained a model using azure AutoML and downloaded the model. Then I created a new conda env using the conda file and tried to execute the scoring_file_v_1_0_0.py which is in the zip. I receive this error:

> WARNING - Failure while loading azureml_run_type_providers. Failed to load entrypoint automl = azureml.train.automl.run:AutoMLRun._from_run_dto with exception cannot import name 'convert_inputs'.

Is this still some dependency problem or am I doing something unexpected? I did expect the script to open a web server to serve the model.

Azure Machine Learning
Azure Machine Learning
An Azure machine learning service for building and deploying models.
2,559 questions
{count} vote

Accepted answer
  1. Nico Kreiling 106 Reputation points
    2020-06-04T16:41:05.2+00:00

    I am sorry, the problem was something path related that got mixed up within my jupyter notebook setup and a moved directory. So actually the pickle was not where the framework expect it. Can be closed.

    1 person found this answer helpful.
    0 comments No comments

0 additional answers

Sort by: Most helpful