Mlflow Import error
Options
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
09-20-2023 01:05 AM
I am trying to deploy the latest mlFlow registry Model to Azure ML by following the article: https://www.databricks.com/notebooks/mlops/deploy_azure_ml_model_.html
But during the import process at cmd:6 . I am getting an error ModulenotFoundError No module named 'mlflow.azureml'. I have installed all the libraries. What am I missing?
1 REPLY 1
Options
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
09-20-2023 04:29 AM
@Retired_mod Thank you, that solved the issue.
But on proceeding with the execution, at the build image step, I faced another issue.
''TypeError: join() argument must be str, bytes, or os.PathLike object, not 'dict''' .
The model is registered successfully in azureml but the docker image creation fails. I'm using the Spark 12.2 LTS ML Compute.
Could this be an ml flow version issue?
Appreciate your help. Thanks!

