Advertisement
Guest User

Untitled

a guest
May 10th, 2020
276
0
Never
Not a member of Pastebin yet? Sign Up, it unlocks many cool features!
text 3.18 KB | None | 0 0
  1. ./seahub.sh start
  2.  
  3. LC_ALL is not set in ENV, set to en_US.UTF-8
  4. Starting seahub at port 8000 ...
  5. Traceback (most recent call last):
  6. File "/home/seafile/seafile-server-7.1.3/seahub/thirdpart/bin/gunicorn", line 8, in <module>
  7. sys.exit(run())
  8. File "/home/seafile/seafile-server-7.1.3/seahub/thirdpart/gunicorn/app/wsgiapp.py", line 58, in run
  9. WSGIApplication("%(prog)s [OPTIONS] [APP_MODULE]").run()
  10. File "/home/seafile/seafile-server-7.1.3/seahub/thirdpart/gunicorn/app/base.py", line 228, in run
  11. super().run()
  12. File "/home/seafile/seafile-server-7.1.3/seahub/thirdpart/gunicorn/app/base.py", line 72, in run
  13. Arbiter(self).run()
  14. File "/home/seafile/seafile-server-7.1.3/seahub/thirdpart/gunicorn/arbiter.py", line 58, in __init__
  15. self.setup(app)
  16. File "/home/seafile/seafile-server-7.1.3/seahub/thirdpart/gunicorn/arbiter.py", line 118, in setup
  17. self.app.wsgi()
  18. File "/home/seafile/seafile-server-7.1.3/seahub/thirdpart/gunicorn/app/base.py", line 67, in wsgi
  19. self.callable = self.load()
  20. File "/home/seafile/seafile-server-7.1.3/seahub/thirdpart/gunicorn/app/wsgiapp.py", line 49, in load
  21. return self.load_wsgiapp()
  22. File "/home/seafile/seafile-server-7.1.3/seahub/thirdpart/gunicorn/app/wsgiapp.py", line 39, in load_wsgiapp
  23. return util.import_app(self.app_uri)
  24. File "/home/seafile/seafile-server-7.1.3/seahub/thirdpart/gunicorn/util.py", line 358, in import_app
  25. mod = importlib.import_module(module)
  26. File "/usr/lib/python3.8/importlib/__init__.py", line 127, in import_module
  27. return _bootstrap._gcd_import(name[level:], package, level)
  28. File "<frozen importlib._bootstrap>", line 1014, in _gcd_import
  29. File "<frozen importlib._bootstrap>", line 991, in _find_and_load
  30. File "<frozen importlib._bootstrap>", line 975, in _find_and_load_unlocked
  31. File "<frozen importlib._bootstrap>", line 671, in _load_unlocked
  32. File "<frozen importlib._bootstrap_external>", line 783, in exec_module
  33. File "<frozen importlib._bootstrap>", line 219, in _call_with_frames_removed
  34. File "/home/seafile/seafile-server-7.1.3/seahub/seahub/wsgi.py", line 25, in <module>
  35. application = get_wsgi_application()
  36. File "/home/seafile/seafile-server-7.1.3/seahub/thirdpart/django/core/wsgi.py", line 13, in get_wsgi_application
  37. django.setup(set_prefix=False)
  38. File "/home/seafile/seafile-server-7.1.3/seahub/thirdpart/django/__init__.py", line 27, in setup
  39. apps.populate(settings.INSTALLED_APPS)
  40. File "/home/seafile/seafile-server-7.1.3/seahub/thirdpart/django/apps/registry.py", line 85, in populate
  41. app_config = AppConfig.create(entry)
  42. File "/home/seafile/seafile-server-7.1.3/seahub/thirdpart/django/apps/config.py", line 94, in create
  43. module = import_module(entry)
  44. File "/usr/lib/python3.8/importlib/__init__.py", line 127, in import_module
  45. return _bootstrap._gcd_import(name[level:], package, level)
  46. File "<frozen importlib._bootstrap>", line 1014, in _gcd_import
  47. File "<frozen importlib._bootstrap>", line 991, in _find_and_load
  48. File "<frozen importlib._bootstrap>", line 973, in _find_and_load_unlocked
  49. ModuleNotFoundError: No module named 'captcha'
  50. Error:Seahub failed to start.
  51. Please try to run "./seahub.sh start" again
Advertisement
Add Comment
Please, Sign In to add comment
Advertisement