The BlockBlobService class has been deprecated and removed in the newer versions of the azure-storage-blob package. Instead, you should use the BlobServiceClient class from the azure-storage-blob package.
Not able to get COVID-19 Open Research data
tried to follow https://learn.microsoft.com/en-us/azure/open-datasets/dataset-covid-19-open-research?tabs=azure-storage, pip install azure-storage is deprecated. used pip install azure-storage-blob instead. then "from azure.storage.blob import BlockBlobService" is getting "cannot import name 'BlockBlobService' from 'azure.storage.blob'" error.
Tried to follow https://learn.microsoft.com/en-us/azure/open-datasets/dataset-covid-19-open-research?tabs=azureml-opendatasets. I'm using python 3.10. at the step "mount = cord19_dataset.mount()" , got error:
"cannot import name 'PyMountOptions' from 'azureml.dataprep.rslex'