"no module named azure.storage" while using ScriptRunConfig to submit run.

Priya Katta 1 Reputation point
2022-05-17T01:33:34.187+00:00

I am trying to download pickle files from blob container and using ScriptRunConfig object to submit a Run.

I am stuck and getting the following error:

ModuleNotFoundError: No module named 'azure.storage'

Any help is appreciated please.......

my environment.yml file consists of the following below:

name: azuremlenv
dependencies:
- python=3.8
- pip=21.0.1
- pip:
  - azureml-defaults
  - azureml-core
  - azureml-mlflow
  - azureml-sdk
  - azure-storage
  - azure-storage-blob
  - azure-mgmt-datafactory
  - azure-functions
  - azure-functions-durable
  - scikit-learn==0.24.1
  - pandas==1.2.4
  - seaborn==0.11.1
  - tqdm==4.61.2
  - matplotlib==3.3.4
  - pandas-schema==0.3.6
Azure Machine Learning
Azure Machine Learning
An Azure machine learning service for building and deploying models.
3,334 questions
Azure Blob Storage
Azure Blob Storage
An Azure service that stores unstructured data in the cloud as blobs.
3,192 questions
{count} votes

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.