Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

fix: SeafEventsSession not found #5964

Closed
wants to merge 1 commit into from
Closed

Conversation

flytrap
Copy link

@flytrap flytrap commented Feb 28, 2024

fix error:
ImportError: cannot import name 'SeafEventsSession' from 'seahub.utils'

@SkywalkerSpace
Copy link
Contributor

SkywalkerSpace commented Mar 4, 2024

This error occurs because seafevents.conf is not generated. You need to manually generate seafevents.conf Seafile Admin Manual Upgrade notes for 11.0.x.

sudo apt-get update
sudo apt-get install -y python3-dev ldap-utils libldap2-dev

sudo pip3 install future==0.18.* mysqlclient==2.1.* pillow==10.2.* sqlalchemy==2.0.18 captcha==0.5.* django_simple_captcha==0.6.* djangosaml2==1.5.* pysaml2==7.2.* pycryptodome==3.16.* cffi==1.15.1 python-ldap==3.4.3

upgrade/upgrade_10.0_11.0.sh

./seahub.sh restart

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

Successfully merging this pull request may close these issues.

None yet

2 participants