locked
Python package not installing on App service RRS feed

  • Question

  • I use Azure / linux / Python3.7

    when i deployment i got this error 

    :( 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

    i run this cmd before ! 

    pip install -r requirements.txt

     

    Saturday, December 14, 2019 10:35 PM

Answers

All replies