Azure / Azure/azure-storage-python
No module named 'azure'
- Dominant language
- Python
- Stars
- 343
- Forks
- 243
- PR merge metrics
- No merged PRs in 30d
Description
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
Contributor guide
Research direction
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.
Written by the indexing model from the issue text.
Assessment
- Tech stack
- azure, python
- Domain
- cloud
- Issue type
- Bug
- Difficulty
- 3/5
- Estimated time
- 1-2 days
- Activity status
- Stale
- Clarity
- Needs clarification
- Newbie friendliness
- 30/100