我有一个在 Ubuntu 18.04、Apache 服务器、react 前端、Flask (selenium) 后端上运行的 Flask 应用程序。
我的应用程序运行良好,但有时我在很多服务器上收到以下消息:
numpy: Interpreter change detected - this module can only be loaded into one interpreter per process.
Run Code Online (Sandbox Code Playgroud)
完整的错误日志:
mod_wsgi (pid=27625): Exception occurred processing WSGI script '/var/www/FlaskApp/flaskapp.wsgi'.
[Tue Sep 15 05:01:05.669296 2020] [wsgi:error] [pid 27625:tid 140687123134208] [client 209.17.96.82:41300] Traceback (most recent call last):
[Tue Sep 15 05:01:05.669407 2020] [wsgi:error] [pid 27625:tid 140687123134208] [client 209.17.96.82:41300] File "/var/www/FlaskApp/flaskapp.wsgi", line 7, in <module>
[Tue Sep 15 05:01:05.669451 2020] [wsgi:error] [pid 27625:tid 140687123134208] [client 209.17.96.82:41300] from …
Run Code Online (Sandbox Code Playgroud)