You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Frequently Encountered Problem: No module named 'azure.storage.blob'
If you want to do from azure.storage.blob import BlobServiceClient, BlobClient, ContainerClient, that means YOU ARE IN A WRONG REPO!Here's the correct repo you are looking for!
If you want to do from azure.storage.blob import BlockBlobService, then please make sure the azure-storage-blob version you installed is <=2.1.0. (You are highly recommended to use azure-storage-blob>=12.0.0 instead of <=2.1.0)
To resolve the problem, please create a new virtual environment and do pip install azure-storage-blob==<version you want to install, it could be any version <=2.1.0 or >=12.0.0>(don't do anything else)
NEWS!! azure-storage-blob version 12.0.0 is GA now!