ModuleNotFoundError: No module named 'azure.storage.blob' with pip user install #11947
Labels
Client
This issue points to a problem in the data-plane of the library.
customer-reported
Issues that are reported by GitHub users external to the Azure organization.
question
The issue doesn't require a change to the product in order to be resolved. Most issues start as that
Service Attention
Workflow: This issue is responsible by Azure service team.
Storage
Storage Service (Queues, Blobs, Files)
Package Name:
azure-storage-blob==12.3.1
Operating System:
Windows Server 2016 (Hosted agent on Azure Pipelines)
Python Version:
3.8.3
Describe the bug
ModuleNotFoundError: No module named 'azure.storage.blob'
To Reproduce
Steps to reproduce the behavior:
Expected behavior
The module is successfully imported
Additional context
Output of
pip freeze
:** Workaround **
Omit the
--user
flag from pip and do a global installationThe text was updated successfully, but these errors were encountered: