ModuleNotFoundError: No module named 'azureml' even after installation

PRADEEP VUNNAM 0 Reputation points
2023-04-08T12:19:35.2933333+00:00

I'm unable to import the azure ml in the jupyter notebook, I have followed the steps from https://learn.microsoft.com/en-us/python/api/overview/azure/ml/install?view=azure-ml-py, still it is showing like below

ModuleNotFoundError: No module named 'azureml'
Azure Machine Learning
Azure Machine Learning
An Azure machine learning service for building and deploying models.
3,313 questions
{count} votes

1 answer

Sort by: Most helpful
  1. AshokPeddakotla-MSFT 35,971 Reputation points Moderator
    2023-04-10T10:06:29.3366667+00:00

    @PRADEEP VUNNAM

    To resolve the issue, Please try installing on a notebook by adding % at the beginning of pip install command.

    Ex: %pip install azure-core 

    Adding % at the beginning of pip install command will install it in the environment that is being used under that kernel

    Do let us know if that works or have any further queries.


    If the suggestions answers your query, do click Accept Answer and Yes. And, if you have any further queries do let us know.

    0 comments No comments

Your answer

Answers can be marked as Accepted Answers by the question author, which helps users to know the answer solved the author's problem.