With Python 3.8.7 I have a problem importing Python Azure SDK for Blobs !
cannot import name 'BlobClient' from 'azure.storage.blob
I used this :
pip install azure-storage-blob
I checked the connection string value and still have the problem.
I am running it in a python 3.8.7 venv. I have just tested it locally without the venv, I can import and it works.
Is there any specificity while using a venv ?
I have just test it with the python 3.8.7 version and I got always the some problem even after doing the upgrade