Skip to content
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

I'm getting Azure.Storage.Blob can not import in Azure ML notebook, what is the reason? #717

Open
Sanjay-pujari opened this issue Jul 20, 2024 · 0 comments

Comments

@Sanjay-pujari
Copy link

import cv2
import time
from matplotlib import pyplot as plt
from azure.storage.blob import BlockBlobService
import os

4th line is giving error, I checked package is installed

error:-

ImportError Traceback (most recent call last)
Cell In[1], line 4
2 import time
3 from matplotlib import pyplot as plt
----> 4 from azure.storage.blob import BlockBlobService

  ImportError: cannot import name 'BlockBlobService' from 'azure.storage.blob' (/anaconda/envs/azureml_py38/lib/python3.9/site-packages/azure/storage/blob/__init__.py)
@Sanjay-pujari Sanjay-pujari changed the title I'm getting Azure.Storage.Blob can not import in Azure ML notebook, that is the reason? I'm getting Azure.Storage.Blob can not import in Azure ML notebook, what is the reason? Jul 20, 2024
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

No branches or pull requests

1 participant