Skip site navigation (1)Skip section navigation (2)
Date:      Thu, 03 Feb 2022 09:31:36 +0000
From:      bugzilla-noreply@freebsd.org
To:        ports-bugs@FreeBSD.org
Subject:   [Bug 261688] net-mgmt/seafile-client: ModuleNotFoundError: No module named 'future'
Message-ID:  <bug-261688-7788@https.bugs.freebsd.org/bugzilla/>

next in thread | raw e-mail | index | archive | help
https://bugs.freebsd.org/bugzilla/show_bug.cgi?id=3D261688

            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", lin=
e 5,
in <module>
    from future import standard_library
ModuleNotFoundError: No module named 'future'


Think some python relayed issue.

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



Want to link to this message? Use this URL: <https://mail-archive.FreeBSD.org/cgi/mid.cgi?bug-261688-7788>