Since the past few weeks, I was able to access azure storage through python packages and create blobs and upload csvs into a container. Today, when I tried to upload a bulk of csvs into a blob, I got an error.
Apparently, when I run from azure.storage.blob import BlockBlobService, PublicAccess
- I get the error - ImportError: cannot import name 'BlockBlobService' from 'azure.storage.blob' (unknown location)
I have shared the packages that are installed on my machine.
What am I doing wrong? Since I'm still new to python, if anyone could explain to me in a simple manner, the libraries I need to install (and how), that would be nice. Thanks!
I apologize I'm not able to upload the list of packages that I have for Azure.
What I did was pip install azure
followed by pip install azure.storage.blob