open-falcon / dashboard

falcon-plus frontend

Geek Repo:Geek Repo

Github PK Tool:Github PK Tool

centos8 部署。启动了一下就关闭了。提示ModuleNotFoundError: No module named 'view'

hitsword opened this issue · comments

[2020-11-01 17:50:23 +0800] [90858] [ERROR] Exception in worker process
Traceback (most recent call last):
File "/home/op/open-falcon/dashboard/env/lib/python3.6/site-packages/gunicorn/arbiter.py", line 583, in spawn_worker
worker.init_process()
File "/home/op/open-falcon/dashboard/env/lib/python3.6/site-packages/gunicorn/workers/base.py", line 129, in init_process
self.load_wsgi()
File "/home/op/open-falcon/dashboard/env/lib/python3.6/site-packages/gunicorn/workers/base.py", line 138, in load_wsgi
self.wsgi = self.app.wsgi()
File "/home/op/open-falcon/dashboard/env/lib/python3.6/site-packages/gunicorn/app/base.py", line 67, in wsgi
self.callable = self.load()
File "/home/op/open-falcon/dashboard/env/lib/python3.6/site-packages/gunicorn/app/wsgiapp.py", line 52, in load
return self.load_wsgiapp()
File "/home/op/open-falcon/dashboard/env/lib/python3.6/site-packages/gunicorn/app/wsgiapp.py", line 41, in load_wsgiapp
return util.import_app(self.app_uri)
File "/home/op/open-falcon/dashboard/env/lib/python3.6/site-packages/gunicorn/util.py", line 350, in import_app
import(module)
File "/home/op/open-falcon/dashboard/wsgi.py", line 28, in
from rrd import app
File "/home/op/open-falcon/dashboard/rrd/init.py", line 44, in
from view import index
ModuleNotFoundError: No module named 'view'
[2020-11-01 17:50:23 +0800] [90858] [INFO] Worker exiting (pid: 90858)