Unable to start Seahub on Centos v7 new installation – Seafile Server

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:

  1. MariaDB v11.1 server and MariaDB-Devel
  2. Nginx web server
  3. Python 3.7.17 (has to be compiled)
  4. Seafile pro following instructions (pip components, Java)

Exactly the same problem. I’m missing something obvious!

Read more here: Source link