新装的 seafile-pro-server-7.1.5 启动失败

seahub.sh start 老是提示启动失败 求解
QQ%E5%9B%BE%E7%89%8720200703101530

./seahub.sh start-fastcgi

LC_ALL is not set in ENV, set to en_US.UTF-8
Starting seahub (fastcgi) at 127.0.0.1:8000 …
Traceback (most recent call last):
File “/home/baogou/seafile-server-7.1.4/seahub/manage.py”, line 10, in
execute_from_command_line(sys.argv)
File “/home/baogou/seafile-server-7.1.4/seahub/thirdpart/django/core/management/init.py”, line 364, in execute_from_command_line
utility.execute()
File “/home/baogou/seafile-server-7.1.4/seahub/thirdpart/django/core/management/init.py”, line 338, in execute
django.setup()
File “/home/baogou/seafile-server-7.1.4/seahub/thirdpart/django/init.py”, line 27, in setup
apps.populate(settings.INSTALLED_APPS)
File “/home/baogou/seafile-server-7.1.4/seahub/thirdpart/django/apps/registry.py”, line 85, in populate
app_config = AppConfig.create(entry)
File “/home/baogou/seafile-server-7.1.4/seahub/thirdpart/django/apps/config.py”, line 94, in create
module = import_module(entry)
File “/usr/lib64/python3.6/importlib/init.py”, line 126, in import_module
return _bootstrap._gcd_import(name[level:], package, level)
File “”, line 994, in _gcd_import
File “”, line 971, in _find_and_load
File “”, line 953, in _find_and_load_unlocked
ModuleNotFoundError: No module named ‘captcha’
Error:Seahub failed to start.

没有大佬们晓得的吗?

你打开debug模式看一下什么报错

./seahub.sh start-fastcgi

LC_ALL is not set in ENV, set to en_US.UTF-8
Starting seahub (fastcgi) at 127.0.0.1:8000 …
Traceback (most recent call last):
File “/home/baogou/seafile-server-7.1.4/seahub/manage.py”, line 10, in
execute_from_command_line(sys.argv)
File “/home/baogou/seafile-server-7.1.4/seahub/thirdpart/django/core/management/init.py”, line 364, in execute_from_command_line
utility.execute()
File “/home/baogou/seafile-server-7.1.4/seahub/thirdpart/django/core/management/init.py”, line 338, in execute
django.setup()
File “/home/baogou/seafile-server-7.1.4/seahub/thirdpart/django/init.py”, line 27, in setup
apps.populate(settings.INSTALLED_APPS)
File “/home/baogou/seafile-server-7.1.4/seahub/thirdpart/django/apps/registry.py”, line 85, in populate
app_config = AppConfig.create(entry)
File “/home/baogou/seafile-server-7.1.4/seahub/thirdpart/django/apps/config.py”, line 94, in create
module = import_module(entry)
File “/usr/lib64/python3.6/importlib/init.py”, line 126, in import_module
return _bootstrap._gcd_import(name[level:], package, level)
File “”, line 994, in _gcd_import
File “”, line 971, in _find_and_load
File “”, line 953, in _find_and_load_unlocked
ModuleNotFoundError: No module named ‘captcha’
Error:Seahub failed to start.

手动安装的吗

是的 手动安装的

报错说缺少模块,你要安装一下

少了什么模块 能看出来吗?

ModuleNotFoundError: No module named ‘captcha’
这个不说了吗
你检查一下有没有缺少其他的模块,都检查一下,特别是pip安装的那几个

好的 我检查下