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.
Deploy AzureML Model locally: cannot import name 'convert_inputs'
Nico Kreiling
106
Reputation points
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.