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

Anonymous
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 Blob Storage
Azure Blob Storage
An Azure service that stores unstructured data in the cloud as blobs.
{count} votes

Your answer

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