-
-
Notifications
You must be signed in to change notification settings - Fork 141
Azure Cloud Storage throws ImportError for BlockBlobService #125
New issue
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
Comments
Don't have time to open a PR, but ran into the same issue. The problem was that Azure updated their CLI. Update the MAS class in the _clouds.py file to the following:
Azure Docs: https://learn.microsoft.com/en-us/azure/storage/blobs/storage-quickstart-blobs-cli Update to the docs: Instead of providing: |
Describe the bug
MAS throws ImportError as it is unable to find BlockBlobService in latest azure-storage-blob package
To Reproduce
Steps to reproduce the behavior:
Expected behavior
ImportError shouldn't be thrown and MAS should work as expected
Screenshots
If applicable, add screenshots to help explain your problem.
Local machine (please complete the following information):
Additional context
Add any other context about the problem here.
The text was updated successfully, but these errors were encountered: