Unable to run conda package manager. AzureML uses conda to provision python

Boon Chong 1 Reputation point
2022-04-03T06:49:02.177+00:00

Hi I was trying to run the 14. 'Interpret Models' exercise from https://aka.ms/mslearn-dp100 in Azure ML Jupyter notebook, and was met with following error:
189503-image.png

i have installed the relevant packages and was unsure how to resolve it

Azure Machine Learning
Azure Machine Learning
An Azure machine learning service for building and deploying models.
2,563 questions
0 comments No comments
{count} votes

1 answer

Sort by: Most helpful
  1. Ramr-msft 17,611 Reputation points
    2022-04-05T07:39:22.86+00:00

    @Boon Chong Thanks for the question. Here is the document and the sample to add the conda dependencies.

    If you do not need any python dependencies on top your base image you can set user_managed_dependencies to True and base image will be used as is and no additional dependencies will be installed.

    https://learn.microsoft.com/en-us/python/api/azureml-core/azureml.core.conda_dependencies.condadependencies?view=azure-ml-py

    0 comments No comments