My python-flask web application which uses "import seaborn" is working fine in my local machine. But when I am trying to deploy the web application on server (IIS from microsoft), the application crashes. Since its not possible to console log error in server, so I enclosed my "import seaborn" statement in try-except clause and logged the traceback error in a file.
Any idea why this is happening. Deployment of the application to the server is stopped because of this error.