Application deployed, but app giving me the following error

Sai Supriya Vadali 50 Reputation points
2024-08-27T04:17:34.6166667+00:00

Hi all,

I have a python chainlit LLM application that is running fine locally. I have deployed the app on azure app service using VS code.
On the app service, deployment is successful, however I am facing the following error while opening the app.

Please tell me how to resolve this.
User's image

Azure App Service
Azure App Service
Azure App Service is a service used to create and deploy scalable, mission-critical web apps.
0 comments No comments
{count} votes

1 answer

Sort by: Most helpful
  1. Grmacjon-MSFT 19,491 Reputation points Moderator
    2024-09-03T22:56:49.8033333+00:00

    Hi @Sai Supriya Vadali you might be missing some dependencies. make sure that all necessary Python packages are installed in your Azure App Service environment. Use pip list to check installed packages and pip install to install missing ones.

    also verify that the versions of Python and its dependencies in your Azure App Service match those used in your local development environment.

    0 comments No comments

Your answer

Answers can be marked as 'Accepted' by the question author and 'Recommended' by moderators, which helps users know the answer solved the author's problem.