0

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

2
  • Please edit your question and include the code you have written. Commented Oct 11, 2021 at 13:34
  • "I have just tested it locally without the venv, I can import and it works. Is there any specificity while using a venv ?"—well, yes, you need to install it in the virtual environment. Make sure you have the correct environment activated when you run your pip install. Commented Oct 11, 2021 at 17:51

0

Start asking to get answers

Find the answer to your question by asking.

Ask question

Explore related questions

See similar questions with these tags.