出现此错误 #1657
Unanswered
Oliver-yangyang
asked this question in
Q&A
出现此错误
#1657
Replies: 2 comments
-
Hey @Oliver-yangyang 👋, We also offer priority support for our sponsors. |
Beta Was this translation helpful? Give feedback.
0 replies
-
don't open this type on non standard issues. instead open discussion describing your problems properly. |
Beta Was this translation helpful? Give feedback.
0 replies
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
-
Traceback (most recent call last):
File "/jumpserver/jumpserver/apps/manage.py", line 28, in
execute_from_command_line(sys.argv)
File "/jumpserver/jmp_venv1/lib/python3.7/site-packages/django/core/management/init.py", line 381, in execute_from_command_line
utility.execute()
File "/jumpserver/jmp_venv1/lib/python3.7/site-packages/django/core/management/init.py", line 357, in execute
django.setup()
File "/jumpserver/jmp_venv1/lib/python3.7/site-packages/django/init.py", line 24, in setup
apps.populate(settings.INSTALLED_APPS)
File "/jumpserver/jmp_venv1/lib/python3.7/site-packages/django/apps/registry.py", line 91, in populate
app_config = AppConfig.create(entry)
File "/jumpserver/jmp_venv1/lib/python3.7/site-packages/django/apps/config.py", line 116, in create
mod = import_module(mod_path)
File "/jumpserver/python_rpm/lib/python3.7/importlib/init.py", line 127, in import_module
return _bootstrap._gcd_import(name[level:], package, level)
File "", line 1006, in _gcd_import
File "", line 983, in _find_and_load
File "", line 953, in _find_and_load_unlocked
File "", line 219, in _call_with_frames_removed
File "", line 1006, in _gcd_import
File "", line 983, in _find_and_load
File "", line 967, in _find_and_load_unlocked
File "", line 677, in _load_unlocked
File "", line 728, in exec_module
File "", line 219, in _call_with_frames_removed
File "/jumpserver/jumpserver-v2.1.0/apps/ops/init.py", line 1, in
from .celery import app as celery_app
File "/jumpserver/jumpserver-v2.1.0/apps/ops/celery/init.py", line 5, in
from kombu import Exchange, Queue
ImportError: cannot import name 'Exchange' from 'kombu' (/jumpserver/jmp_venv1/lib/python3.7/site-packages/kombu/init.py)
Beta Was this translation helpful? Give feedback.
All reactions