Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

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

Open
hitsword opened this issue Nov 1, 2020 · 0 comments

Comments

@hitsword
Copy link

hitsword commented Nov 1, 2020

[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)

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

No branches or pull requests

1 participant