简体   繁体   中英

IIS has problems with some python modules (Plotly)

I have an python flask app which runs perfectly. When i try to run this app in IIS, the app crashes with no log (only generic error 500) at this line: fig = go.Figure()

go come from this import: import plotly.graph_objs as go

I enabled the failed request tracking. Below is a screenshot of the summary.

Summaray

Before the fastcgi error i got this:

GENERAL_READ_ENTITY_END BytesReceived="0", ErrorCode="Ende der Datei (EOF) erreicht.(0x80070026)" 

The technical post webpages of this site follow the CC BY-SA 4.0 protocol. If you need to reprint, please indicate the site URL or the original address.Any question please contact:yoyou2525@163.com.

 
粤ICP备18138465号  © 2020-2024 STACKOOM.COM