question

BoonChong-7038 avatar image
0 Votes"
BoonChong-7038 asked ramr-msft answered

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

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
image.png (384.0 KiB)
5 |1600 characters needed characters left characters exceeded

Up to 10 attachments (including images) can be used with a maximum of 3.0 MiB each and 30.0 MiB total.

1 Answer

ramr-msft avatar image
0 Votes"
ramr-msft answered

@BoonChong-7038 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://docs.microsoft.com/en-us/python/api/azureml-core/azureml.core.conda_dependencies.condadependencies?view=azure-ml-py


5 |1600 characters needed characters left characters exceeded

Up to 10 attachments (including images) can be used with a maximum of 3.0 MiB each and 30.0 MiB total.