部署后,seahub启动失败

./seahub.sh start

LC_ALL is not set in ENV, set to en_US.UTF-8
Starting seahub at port 8000 …
Traceback (most recent call last):
File “/opt/seafile/seafile-server-11.0.13/seahub/thirdpart/bin/gunicorn”, line 5, in
from gunicorn.app.wsgiapp import run
File “/opt/seafile/seafile-server-11.0.13/seahub/thirdpart/gunicorn/app/wsgiapp.py”, line 9, in
from gunicorn.app.base import Application
File “/opt/seafile/seafile-server-11.0.13/seahub/thirdpart/gunicorn/app/base.py”, line 11, in
from gunicorn import util
File “/opt/seafile/seafile-server-11.0.13/seahub/thirdpart/gunicorn/util.py”, line 25, in
import pkg_resources
File “/opt/seafile/seafile-server-11.0.13/seahub/thirdpart/pkg_resources/init.py”, line 74
sys.path.extend(((vendor_path := os.path.join(os.path.dirname(os.path.dirname(file)), ‘setuptools’, ‘_vendor’)) not in sys.path) * [vendor_path]) # fmt: skip
^
SyntaxError: invalid syntax
Error:Seahub failed to start.
Please try to run “./seahub.sh start” again

可能是python3版本比较旧,最低要求是python3.8,还有检查下是否安装了setuptools这个库,相关操作可以参考官方文档:部署 Seafile 专业版本服务器 - seafile-manual-cn