You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
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
The text was updated successfully, but these errors were encountered:
I ran
apt install libgpgme-dev
which installed as expected.pip install
fails with:On python 3.11.2
The text was updated successfully, but these errors were encountered: