[Bug 261688] net-mgmt/seafile-client: ModuleNotFoundError: No module named 'future'

From: <bugzilla-noreply_at_freebsd.org>
Date: Thu, 03 Feb 2022 09:31:36 UTC
https://bugs.freebsd.org/bugzilla/show_bug.cgi?id=261688

            Bug ID: 261688
           Summary: net-mgmt/seafile-client: ModuleNotFoundError: No
                    module named 'future'
           Product: Ports & Packages
           Version: Latest
          Hardware: Any
                OS: Any
            Status: New
          Severity: Affects Only Me
          Priority: ---
         Component: Individual Port(s)
          Assignee: ultima@freebsd.org
          Reporter: tochansky@tochlab.net
          Assignee: ultima@freebsd.org
             Flags: maintainer-feedback?(ultima@freebsd.org)

Hi there!

Tried to play with seafile tui client but got a problem on start:

$ seaf-cli init
Traceback (most recent call last):
  File "/usr/local/bin/seaf-cli", line 98, in <module>
    import seafile
  File "/usr/local/lib/python3.8/site-packages/seafile/__init__.py", line 2, in
<module>
    from .rpcclient import SeafileRpcClient as RpcClient
  File "/usr/local/lib/python3.8/site-packages/seafile/rpcclient.py", line 1,
in <module>
    from pysearpc import searpc_func, SearpcError, NamedPipeClient
  File "/usr/local/lib/python3.8/site-packages/pysearpc/__init__.py", line 5,
in <module>
    from .named_pipe import NamedPipeServer, NamedPipeClient
  File "/usr/local/lib/python3.8/site-packages/pysearpc/named_pipe.py", line 5,
in <module>
    from future import standard_library
ModuleNotFoundError: No module named 'future'


Think some python relayed issue.

-- 
You are receiving this mail because:
You are the assignee for the bug.