Hi,
after upgrade to 7.0.4 on my raspberry 3 B, i can not start seahub.
I get the following error message in the seahub.log:
[ERROR] root:68 <module> Failed to import seafevents package.
Traceback (most recent call last):
File "/srv/seafile/seafile-server-7.0.4/seahub/seahub/utils/__init__.py", line 65, in <module>
from seafevents import seafevents_api
ImportError: No module named seafevents
[ERROR] root:565 <module> Failed to import seafevents package.
Traceback (most recent call last):
File "/srv/seafile/seafile-server-7.0.4/seahub/seahub/utils/__init__.py", line 561, in <module>
import seafevents
ImportError: No module named seafevents
Does someone know how to resolve this problem? (It’s CE Version)
When i start successfully seafile (without the seafevents.conf file) then i get this Message:
** Message: seafile-controller.c(718): No seafevents.
This post doesn’t work for me: CentOS 7.4 - Seafile CE 7.0.0 - Seahub fails to start with Python error
Is redis neccessary for CE edition?
I already did “pip install certifi idna”.
Thank you very much!