Package Details: lesspass 10.2.1-1

Git Clone URL: https://aur.archlinux.org/lesspass.git (read-only, click to copy)
Package Base: lesspass
Description: Stateless open source password manager
Upstream URL: https://lesspass.com
Keywords: lesspass manager passwords
Licenses: GPL-3.0-or-later
Submitter: ogarcia
Maintainer: ogarcia
Last Packager: ogarcia
Votes: 1
Popularity: 0.000000
First Submitted: 2020-06-04 17:49 (UTC)
Last Updated: 2026-01-22 09:39 (UTC)

Dependencies (3)

Required by (1)

Sources (1)

Latest Comments

ogarcia commented on 2026-03-13 07:37 (UTC)

@Charon77 a bug should be opened upstream so that the original author can fix the problem, since in this case we are talking about a problem that cannot be fixed in the packaging.

In any case, I recommend you take a look at lesspass-client, which is exactly the same as this but in Rust and without external dependencies.

If you finally open a bug in the upstream, let me know so I can support you (I would open it myself, but I'm a bit busy right now).

Charon77 commented on 2026-03-13 03:01 (UTC) (edited on 2026-03-13 03:05 (UTC) by Charon77)

  File "/usr/bin/lesspass", line 33, in <module>
    sys.exit(load_entry_point('lesspass==10.2.1', 'console_scripts', 'lesspass')())
             ~~~~~~~~~~~~~~~~^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^
  File "/usr/bin/lesspass", line 25, in importlib_load_entry_point
    return next(matches).load()
           ~~~~~~~~~~~~~~~~~~^^
  File "/usr/lib/python3.14/importlib/metadata/__init__.py", line 179, in load
    module = import_module(match.group('module'))
  File "/usr/lib/python3.14/importlib/__init__.py", line 88, in import_module
    return _bootstrap._gcd_import(name[level:], package, level)
           ~~~~~~~~~~~~~~~~~~~~~~^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^
  File "<frozen importlib._bootstrap>", line 1398, in _gcd_import
  File "<frozen importlib._bootstrap>", line 1371, in _find_and_load
  File "<frozen importlib._bootstrap>", line 1342, in _find_and_load_unlocked
  File "<frozen importlib._bootstrap>", line 938, in _load_unlocked
  File "<frozen importlib._bootstrap_external>", line 759, in exec_module
  File "<frozen importlib._bootstrap>", line 491, in _call_with_frames_removed
  File "/usr/lib/python3.14/site-packages/lesspass/core.py", line 14, in <module>
    from lesspass.connected import (
    ...<4 lines>...
    )
  File "/usr/lib/python3.14/site-packages/lesspass/connected.py", line 8, in <module>
    import requests
ModuleNotFoundError: No module named 'requests'

Perhaps we need to adjust upstream to make requests conditional

ogarcia commented on 2020-09-09 10:26 (UTC)

@yochananmarqos fixed, I forgot it completely

yochananmarqos commented on 2020-09-08 20:23 (UTC)

python is missing as a dependency.