Azure / Azure/azure-storage-python
No module named 'azure'
- 主要言語
- Python
- スター
- 343
- フォーク
- 243
- PR マージ指標
- 30日以内にマージされた PR はありません
説明
is running normal in local
but when i deployment in azure app is got
:( Application Error
```
from azure.storage.blob import BlobClient
No module named 'azure'
```
my requirements.txt file :
click==6.7
Flask==1.0.2
itsdangerous==0.24
Jinja2==2.10
MarkupSafe==1.0
Werkzeug==0.14.1
azure-storage-blob==12.0.0
`(venv) $ pip freeze `
azure-core==1.1.1
azure-storage-blob==12.1.0
azure-storage-queue==12.1.0
certifi==2019.11.28
cffi==1.13.2
chardet==3.0.4
click==6.7
cryptography==2.8
Flask==1.0.2
idna==2.8
isodate==0.6.0
itsdangerous==0.24
Jinja2==2.10
MarkupSafe==1.0
msrest==0.6.10
oauthlib==3.1.0
pycparser==2.19
requests==2.22.0
requests-oauthlib==1.3.0
six==1.13.0
urllib3==1.25.7
Werkzeug==0.14.1
コントリビューションガイド
調査の方向性
Start with requirements.txt and the Azure deployment output around the failing `from azure.storage.blob import BlobClient` import. Compare the deployed environment with the listed and locally frozen packages; done means the deployed application starts without the `No module named 'azure'` error.
索引モデルが issue の本文から書いたものです。
評価
- 技術スタック
- azure, python
- 領域
- cloud
- issue の種類
- バグ
- 難易度
- 3/5
- 見積もり時間
- 1〜2日
- 活発さ
- 停滞
- 明瞭さ
- 説明が足りない
- 初心者へのやさしさ
- 30/100