Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

installation fails because libgpgme cannot be found #25

Open
HerrMuellerluedenscheid opened this issue Apr 29, 2024 · 1 comment
Open

Comments

@HerrMuellerluedenscheid

I ran apt install libgpgme-dev which installed as expected.
pip install fails with:

Collecting gpg>=1.10.0
  Using cached gpg-1.10.0.tar.gz (39 kB)
  Preparing metadata (setup.py) ... error
  error: subprocess-exited-with-error

  × python setup.py egg_info did not run successfully.
  │ exit code: 1
  ╰─> [1 lines of output]
      Could not find gpgme-config.  Please install the libgpgme development package.
      [end of output]

On python 3.11.2

No LSB modules are available.
Distributor ID:	Debian
Description:	Debian GNU/Linux 12 (bookworm)
Release:	12
Codename:	bookworm
@HerrMuellerluedenscheid
Copy link
Author

Stems from the gpg bindings (which are 6 years old)
https://pypi.org/project/gpg/#history

Maybe switch to python cryptography module?

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

No branches or pull requests

1 participant