I’m trying to upgrade my Seafile development server from v9.x to v10.x running on Centos v7. When I try the upgrade, I get this error starting Seahub. Seafile service starts fine.
Traceback (most recent call last):
File “/opt/seafile/seafile-pro-server-10.0.9/check_init_admin.py”, line 19, in
from seaserv import ccnet_api
ModuleNotFoundError: No module named ‘seaserv’
I’ve just built a new virtual machine from scratch with this basic steps:
- MariaDB v11.1 server and MariaDB-Devel
- Nginx web server
- Python 3.7.17 (has to be compiled)
- Seafile pro following instructions (pip components, Java)
Exactly the same problem. I’m missing something obvious!