MicrosoftDocs / azure-docs

Open source documentation of Microsoft Azure
https://docs.microsoft.com/azure
Creative Commons Attribution 4.0 International
10.11k stars 21.18k forks source link

Custom AzureML components tutorial does not specify mldesigner must be installed seperately #96123

Open eschibli opened 1 year ago

eschibli commented 1 year ago

The tutorial for utilizing custom Python components does not specify the mldesigner must be installed separately from the Azure ML SDK, causing an import error when following along with the code. This requirement should be listed in the prerequisites.


Document Details

Do not edit this section. It is required for docs.microsoft.com ➟ GitHub issue linking.

MarileeTurscak-MSFT commented 1 year ago

@eschibli Thanks for your feedback! We will investigate and update as appropriate.

YutongTie-MSFT commented 1 year ago

Hello @likebupt Could you please add a note/ tips for customer so that they are aware of this issue? Thanks

PacoV3 commented 1 year ago

For people trying to use the "mldesigner" package the correct install to use is the following one: pip install azure-ai-ml[designer]

Source: azure-sdk-for-python/sdk/ml/azure-ai-ml/setup.py