We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
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
After installing the "pip install azure-storage-blob" am getting ModuleNotFoundError: No module named 'azure.storage'
pip freeze
Here is the pip freeze output: accelerate==0.19.0 appdirs==1.4.4 aspose-words==23.5.0 asttokens==2.2.1 attrs==23.1.0 azure-ai-formrecognizer==3.3.0b1 azure-common==1.1.28 azure-core==1.27.0 azure-identity==1.13.0 azure-nspkg==3.0.2 azure-storage-blob==12.16.0 azure-storage-common==2.1.0 azure-storage-file==2.1.0 azure-storage-queue==12.6.0 backcall==0.2.0 backoff==2.2.1 blinker==1.6.2 boilerpy3==1.0.6 canals==0.2.2 cattrs==23.1.2 certifi==2023.5.7 cffi==1.15.1 charset-normalizer==3.1.0 click==8.1.3 colorama==0.4.6 construct==2.5.3 cryptography==41.0.1 decorator==5.1.1 dill==0.3.6 docopt==0.6.2 easyocr==1.7.0 Events==0.4 exceptiongroup==1.1.1 executing==1.2.0 farm-haystack==1.17.1 ffmpeg==1.4 filelock==3.12.0 Flask==2.3.2 fsspec==2023.5.0 generalimport==0.3.1 haystack==0.42 huggingface-hub==0.15.1 idna==3.4 imageio==2.31.0 importlib-metadata==6.6.0 inflect==6.0.4 ipython==8.14.0 isodate==0.6.1 itsdangerous==2.1.2 jedi==0.18.2 Jinja2==3.1.2 joblib==1.2.0 jsonschema==4.17.3 lazy_loader==0.2 MarkupSafe==2.1.3 matplotlib-inline==0.1.6 monotonic==1.6 more-itertools==9.1.0 mpmath==1.3.0 msal==1.22.0 msal-extensions==1.0.0 msrest==0.7.1 networkx==3.1 ninja==1.11.1 nltk==3.8.1 num2words==0.5.12 numpy==1.24.3 oauthlib==3.2.2 opencv-python==4.5.5.64 opencv-python-headless==4.7.0.72 packaging==23.1 pandas==2.0.2 parso==0.8.3 pathlib==1.0.1 pefile==2023.2.7 pickleshare==0.7.5 Pillow==9.5.0 portalocker==2.7.0 posthog==3.0.1 prompt-toolkit==3.0.38 protobuf==3.20.2 psutil==5.9.5 pure-eval==0.2.2 pyclipper==1.3.0.post4 pycparser==2.21 pydantic==1.10.8 Pygments==2.15.1 PyJWT==2.7.0 PyPDF2==2.12.1 pyrsistent==0.19.3 python-bidi==0.4.2 python-dateutil==2.8.2 python-ptrace==0.9.8 pytz==2023.3 PyWavelets==1.4.1 pywin32==306 PyYAML==6.0 quantulum3==0.9.0 rank-bm25==0.2.2 regex==2023.6.3 requests==2.31.0 requests-cache==0.9.8 requests-oauthlib==1.3.1 scikit-image==0.21.0 scikit-learn==1.2.2 scipy==1.10.1 sentence-transformers==2.2.2 sentencepiece==0.1.99 shapely==2.0.1 six==1.16.0 sseclient-py==1.7.2 stack-data==0.6.2 sympy==1.12 tenacity==8.2.2 threadpoolctl==3.1.0 tifffile==2023.4.12 tiktoken==0.4.0 tokenizers==0.13.3 torch==2.0.1 torchvision==0.15.2 tqdm==4.65.0 traitlets==5.9.0 transformers==4.29.1 typing==3.7.4.3 typing_extensions==4.6.3 tzdata==2023.3 url-normalize==1.4.3 urllib3==2.0.3 wcwidth==0.2.6 Werkzeug==2.3.4 zipp==3.15.0
The text was updated successfully, but these errors were encountered:
No branches or pull requests
After installing the "pip install azure-storage-blob" am getting ModuleNotFoundError: No module named 'azure.storage'
Which version of the SDK was used? Please provide the output of
pip freeze
.Here is the pip freeze output:
accelerate==0.19.0
appdirs==1.4.4
aspose-words==23.5.0
asttokens==2.2.1
attrs==23.1.0
azure-ai-formrecognizer==3.3.0b1
azure-common==1.1.28
azure-core==1.27.0
azure-identity==1.13.0
azure-nspkg==3.0.2
azure-storage-blob==12.16.0
azure-storage-common==2.1.0
azure-storage-file==2.1.0
azure-storage-queue==12.6.0
backcall==0.2.0
backoff==2.2.1
blinker==1.6.2
boilerpy3==1.0.6
canals==0.2.2
cattrs==23.1.2
certifi==2023.5.7
cffi==1.15.1
charset-normalizer==3.1.0
click==8.1.3
colorama==0.4.6
construct==2.5.3
cryptography==41.0.1
decorator==5.1.1
dill==0.3.6
docopt==0.6.2
easyocr==1.7.0
Events==0.4
exceptiongroup==1.1.1
executing==1.2.0
farm-haystack==1.17.1
ffmpeg==1.4
filelock==3.12.0
Flask==2.3.2
fsspec==2023.5.0
generalimport==0.3.1
haystack==0.42
huggingface-hub==0.15.1
idna==3.4
imageio==2.31.0
importlib-metadata==6.6.0
inflect==6.0.4
ipython==8.14.0
isodate==0.6.1
itsdangerous==2.1.2
jedi==0.18.2
Jinja2==3.1.2
joblib==1.2.0
jsonschema==4.17.3
lazy_loader==0.2
MarkupSafe==2.1.3
matplotlib-inline==0.1.6
monotonic==1.6
more-itertools==9.1.0
mpmath==1.3.0
msal==1.22.0
msal-extensions==1.0.0
msrest==0.7.1
networkx==3.1
ninja==1.11.1
nltk==3.8.1
num2words==0.5.12
numpy==1.24.3
oauthlib==3.2.2
opencv-python==4.5.5.64
opencv-python-headless==4.7.0.72
packaging==23.1
pandas==2.0.2
parso==0.8.3
pathlib==1.0.1
pefile==2023.2.7
pickleshare==0.7.5
Pillow==9.5.0
portalocker==2.7.0
posthog==3.0.1
prompt-toolkit==3.0.38
protobuf==3.20.2
psutil==5.9.5
pure-eval==0.2.2
pyclipper==1.3.0.post4
pycparser==2.21
pydantic==1.10.8
Pygments==2.15.1
PyJWT==2.7.0
PyPDF2==2.12.1
pyrsistent==0.19.3
python-bidi==0.4.2
python-dateutil==2.8.2
python-ptrace==0.9.8
pytz==2023.3
PyWavelets==1.4.1
pywin32==306
PyYAML==6.0
quantulum3==0.9.0
rank-bm25==0.2.2
regex==2023.6.3
requests==2.31.0
requests-cache==0.9.8
requests-oauthlib==1.3.1
scikit-image==0.21.0
scikit-learn==1.2.2
scipy==1.10.1
sentence-transformers==2.2.2
sentencepiece==0.1.99
shapely==2.0.1
six==1.16.0
sseclient-py==1.7.2
stack-data==0.6.2
sympy==1.12
tenacity==8.2.2
threadpoolctl==3.1.0
tifffile==2023.4.12
tiktoken==0.4.0
tokenizers==0.13.3
torch==2.0.1
torchvision==0.15.2
tqdm==4.65.0
traitlets==5.9.0
transformers==4.29.1
typing==3.7.4.3
typing_extensions==4.6.3
tzdata==2023.3
url-normalize==1.4.3
urllib3==2.0.3
wcwidth==0.2.6
Werkzeug==2.3.4
zipp==3.15.0
The text was updated successfully, but these errors were encountered: