新安装,服务器内部错误,试过论坛里说的都没用

CentOS Linux 7.5
安装的服务器版本7.0.5

安装过程都ok,数据库也连上了,正常运行后访问admin提示 Page unavailable
客户端访问提示服务器内部错误, 试过了清除缓存,重启,都没用,日志里面也没看懂问题在哪里,于是只能求助大家,日志如下:

2021-02-28 10:20:25,284 [ERROR] django.request:135 handle_uncaught_exception Internal Server Error: /favicon.ico
Traceback (most recent call last):
File “/opt/RobbySpace/seafile-server-7.0.5/seahub/thirdpart/django/core/handlers/exception.py”, line 41, in inner
response = get_response(request)
File “/opt/RobbySpace/seafile-server-7.0.5/seahub/thirdpart/django/core/handlers/base.py”, line 244, in _legacy_get_response
response = middleware_method(request)
File “/opt/RobbySpace/seafile-server-7.0.5/seahub/thirdpart/termsandconditions/middleware.py”, line 23, in process_request
if not config.ENABLE_TERMS_AND_CONDITIONS:
File “/opt/RobbySpace/seafile-server-7.0.5/seahub/thirdpart/django/utils/functional.py”, line 238, in inner
self._setup()
File “/opt/RobbySpace/seafile-server-7.0.5/seahub/thirdpart/constance/init.py”, line 11, in _setup
self._wrapped = Config()
File “/opt/RobbySpace/seafile-server-7.0.5/seahub/thirdpart/constance/base.py”, line 10, in init
utils.import_module_attr(settings.BACKEND)())
File “/opt/RobbySpace/seafile-server-7.0.5/seahub/thirdpart/constance/backends/database/init.py”, line 34, in init
self.autofill()
File “/opt/RobbySpace/seafile-server-7.0.5/seahub/thirdpart/constance/backends/database/init.py”, line 45, in autofill
if self._cache.get(full_cachekey):
File “/opt/RobbySpace/seafile-server-7.0.5/seahub/thirdpart/django/core/cache/backends/filebased.py”, line 40, in get
if not self._is_expired(f):
File “/opt/RobbySpace/seafile-server-7.0.5/seahub/thirdpart/django/core/cache/backends/filebased.py”, line 137, in _is_expired
exp = pickle.load(f)
ValueError: unsupported pickle protocol: 4
2021-02-28 10:20:25,538 [ERROR] django.request:135 handle_uncaught_exception Internal Server Error: /
Traceback (most recent call last):
File “/opt/RobbySpace/seafile-server-7.0.5/seahub/thirdpart/django/core/handlers/exception.py”, line 41, in inner
response = get_response(request)
File “/opt/RobbySpace/seafile-server-7.0.5/seahub/thirdpart/django/core/handlers/base.py”, line 244, in _legacy_get_response
response = middleware_method(request)
File “/opt/RobbySpace/seafile-server-7.0.5/seahub/thirdpart/termsandconditions/middleware.py”, line 23, in process_request
if not config.ENABLE_TERMS_AND_CONDITIONS:
File “/opt/RobbySpace/seafile-server-7.0.5/seahub/thirdpart/django/utils/functional.py”, line 238, in inner
self._setup()
File “/opt/RobbySpace/seafile-server-7.0.5/seahub/thirdpart/constance/init.py”, line 11, in _setup
self._wrapped = Config()
File “/opt/RobbySpace/seafile-server-7.0.5/seahub/thirdpart/constance/base.py”, line 10, in init
utils.import_module_attr(settings.BACKEND)())
File “/opt/RobbySpace/seafile-server-7.0.5/seahub/thirdpart/constance/backends/database/init.py”, line 34, in init
self.autofill()
File “/opt/RobbySpace/seafile-server-7.0.5/seahub/thirdpart/constance/backends/database/init.py”, line 45, in autofill
if self._cache.get(full_cachekey):
File “/opt/RobbySpace/seafile-server-7.0.5/seahub/thirdpart/django/core/cache/backends/filebased.py”, line 40, in get
if not self._is_expired(f):
File “/opt/RobbySpace/seafile-server-7.0.5/seahub/thirdpart/django/core/cache/backends/filebased.py”, line 137, in _is_expired
exp = pickle.load(f)
ValueError: unsupported pickle protocol: 4
2021-02-28 10:20:25,608 [ERROR] django.request:135 handle_uncaught_exception Internal Server Error: /favicon.ico
Traceback (most recent call last):
File “/opt/RobbySpace/seafile-server-7.0.5/seahub/thirdpart/django/core/handlers/exception.py”, line 41, in inner
response = get_response(request)
File “/opt/RobbySpace/seafile-server-7.0.5/seahub/thirdpart/django/core/handlers/base.py”, line 244, in _legacy_get_response
response = middleware_method(request)
File “/opt/RobbySpace/seafile-server-7.0.5/seahub/thirdpart/termsandconditions/middleware.py”, line 23, in process_request
if not config.ENABLE_TERMS_AND_CONDITIONS:
File “/opt/RobbySpace/seafile-server-7.0.5/seahub/thirdpart/django/utils/functional.py”, line 238, in inner
self._setup()
File “/opt/RobbySpace/seafile-server-7.0.5/seahub/thirdpart/constance/init.py”, line 11, in _setup
self._wrapped = Config()
File “/opt/RobbySpace/seafile-server-7.0.5/seahub/thirdpart/constance/base.py”, line 10, in init
utils.import_module_attr(settings.BACKEND)())
File “/opt/RobbySpace/seafile-server-7.0.5/seahub/thirdpart/constance/backends/database/init.py”, line 34, in init
self.autofill()
File “/opt/RobbySpace/seafile-server-7.0.5/seahub/thirdpart/constance/backends/database/init.py”, line 45, in autofill
if self._cache.get(full_cachekey):
File “/opt/RobbySpace/seafile-server-7.0.5/seahub/thirdpart/django/core/cache/backends/filebased.py”, line 40, in get
if not self._is_expired(f):
File “/opt/RobbySpace/seafile-server-7.0.5/seahub/thirdpart/django/core/cache/backends/filebased.py”, line 137, in _is_expired
exp = pickle.load(f)
ValueError: unsupported pickle protocol: 4
2021-02-28 10:20:25,699 [ERROR] django.request:135 handle_uncaught_exception Internal Server Error: /
Traceback (most recent call last):
File “/opt/RobbySpace/seafile-server-7.0.5/seahub/thirdpart/django/core/handlers/exception.py”, line 41, in inner
response = get_response(request)
File “/opt/RobbySpace/seafile-server-7.0.5/seahub/thirdpart/django/core/handlers/base.py”, line 244, in _legacy_get_response
response = middleware_method(request)
File “/opt/RobbySpace/seafile-server-7.0.5/seahub/thirdpart/termsandconditions/middleware.py”, line 23, in process_request
if not config.ENABLE_TERMS_AND_CONDITIONS:
File “/opt/RobbySpace/seafile-server-7.0.5/seahub/thirdpart/django/utils/functional.py”, line 238, in inner
self._setup()
File “/opt/RobbySpace/seafile-server-7.0.5/seahub/thirdpart/constance/init.py”, line 11, in _setup
self._wrapped = Config()
File “/opt/RobbySpace/seafile-server-7.0.5/seahub/thirdpart/constance/base.py”, line 10, in init
utils.import_module_attr(settings.BACKEND)())
File “/opt/RobbySpace/seafile-server-7.0.5/seahub/thirdpart/constance/backends/database/init.py”, line 34, in init
self.autofill()
File “/opt/RobbySpace/seafile-server-7.0.5/seahub/thirdpart/constance/backends/database/init.py”, line 45, in autofill
if self._cache.get(full_cachekey):
File “/opt/RobbySpace/seafile-server-7.0.5/seahub/thirdpart/django/core/cache/backends/filebased.py”, line 40, in get
if not self._is_expired(f):
File “/opt/RobbySpace/seafile-server-7.0.5/seahub/thirdpart/django/core/cache/backends/filebased.py”, line 137, in _is_expired
exp = pickle.load(f)
ValueError: unsupported pickle protocol: 4
2021-02-28 10:20:25,769 [ERROR] django.request:135 handle_uncaught_exception Internal Server Error: /favicon.ico
Traceback (most recent call last):
File “/opt/RobbySpace/seafile-server-7.0.5/seahub/thirdpart/django/core/handlers/exception.py”, line 41, in inner
response = get_response(request)
File “/opt/RobbySpace/seafile-server-7.0.5/seahub/thirdpart/django/core/handlers/base.py”, line 244, in _legacy_get_response
response = middleware_method(request)
File “/opt/RobbySpace/seafile-server-7.0.5/seahub/thirdpart/termsandconditions/middleware.py”, line 23, in process_request
if not config.ENABLE_TERMS_AND_CONDITIONS:
File “/opt/RobbySpace/seafile-server-7.0.5/seahub/thirdpart/django/utils/functional.py”, line 238, in inner
self._setup()
File “/opt/RobbySpace/seafile-server-7.0.5/seahub/thirdpart/constance/init.py”, line 11, in _setup
self._wrapped = Config()
File “/opt/RobbySpace/seafile-server-7.0.5/seahub/thirdpart/constance/base.py”, line 10, in init
utils.import_module_attr(settings.BACKEND)())
File “/opt/RobbySpace/seafile-server-7.0.5/seahub/thirdpart/constance/backends/database/init.py”, line 34, in init
self.autofill()
File “/opt/RobbySpace/seafile-server-7.0.5/seahub/thirdpart/constance/backends/database/init.py”, line 45, in autofill
if self._cache.get(full_cachekey):
File “/opt/RobbySpace/seafile-server-7.0.5/seahub/thirdpart/django/core/cache/backends/filebased.py”, line 40, in get
if not self._is_expired(f):
File “/opt/RobbySpace/seafile-server-7.0.5/seahub/thirdpart/django/core/cache/backends/filebased.py”, line 137, in _is_expired
exp = pickle.load(f)
ValueError: unsupported pickle protocol: 4
2021-02-28 10:22:18,193 [ERROR] django.request:135 handle_uncaught_exception Internal Server Error: /api2/auth-token/
Traceback (most recent call last):
File “/opt/RobbySpace/seafile-server-7.0.5/seahub/thirdpart/django/core/handlers/exception.py”, line 41, in inner
response = get_response(request)
File “/opt/RobbySpace/seafile-server-7.0.5/seahub/thirdpart/django/core/handlers/base.py”, line 244, in _legacy_get_response
response = middleware_method(request)
File “/opt/RobbySpace/seafile-server-7.0.5/seahub/thirdpart/termsandconditions/middleware.py”, line 23, in process_request
if not config.ENABLE_TERMS_AND_CONDITIONS:
File “/opt/RobbySpace/seafile-server-7.0.5/seahub/thirdpart/django/utils/functional.py”, line 238, in inner
self._setup()
File “/opt/RobbySpace/seafile-server-7.0.5/seahub/thirdpart/constance/init.py”, line 11, in _setup
self._wrapped = Config()
File “/opt/RobbySpace/seafile-server-7.0.5/seahub/thirdpart/constance/base.py”, line 10, in init
utils.import_module_attr(settings.BACKEND)())
File “/opt/RobbySpace/seafile-server-7.0.5/seahub/thirdpart/constance/backends/database/init.py”, line 34, in init
self.autofill()
File “/opt/RobbySpace/seafile-server-7.0.5/seahub/thirdpart/constance/backends/database/init.py”, line 45, in autofill
if self._cache.get(full_cachekey):
File “/opt/RobbySpace/seafile-server-7.0.5/seahub/thirdpart/django/core/cache/backends/filebased.py”, line 40, in get
if not self._is_expired(f):
File “/opt/RobbySpace/seafile-server-7.0.5/seahub/thirdpart/django/core/cache/backends/filebased.py”, line 137, in _is_expired
exp = pickle.load(f)
ValueError: unsupported pickle protocol: 4

什么系统,依赖都安装了吗