"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.
2,558 questions
Azure Blob Storage
Azure Blob Storage
An Azure service that stores unstructured data in the cloud as blobs.
2,425 questions
{count} votes