Page MenuHome GnuPG

pip install gpg==1.10.0 not working on Windows 7
Closed, InvalidPublic

Description

Hi Team,

I am getting below error while doing pip install gpg==1.10.0.

Collecting gpg

Using cached https://files.pythonhosted.org/packages/ef/86/c5a34243a932346c59cb25eb49a4d1dec227974209eb9b618d0ed57ea5be/gpg-1.10.0.tar.gz
  Complete output from command python setup.py egg_info:
  Could not find gpgme-config.  Please install the libgpgme development package.

Tried on CygwIn as well:
$ pip install gpg
Collecting gpg

Using cached https://files.pythonhosted.org/packages/ef/86/c5a34243a932346c59cb25eb49a4d1dec227974209eb9b618d0ed57ea5be/gpg-1.10.0.tar.gz
  ERROR: Command errored out with exit status 1:
   command: 'c:\users\skherada\appdata\local\programs\python\python36\python.exe' -c 'import sys, setuptools, tokenize; sys.argv[0] = '"'"'C:\\cygwin64\\tmp\\pip-install-l1bsdhoa\\gpg\\setup.py'"'"'; __file__='"'"'C:\\cygwin64\\tmp\\pip-install-l1bsdhoa\\gpg\\setup.py'"'"';f=getattr(tokenize, '"'"'open'"'"', open)(__file__);code=f.read().replace('"'"'\r\n'"'"', '"'"'\n'"'"');f.close();exec(compile(code, __file__, '"'"'exec'"'"'))' egg_info --egg-base pip-egg-info
       cwd: C:\cygwin64\tmp\pip-install-l1bsdhoa\gpg\
  Complete output (1 lines):
  Could not find gpgme-config.  Please install the libgpgme development package.
  ----------------------------------------

ERROR: Command errored out with exit status 1: python setup.py egg_info Check the logs for full command output.

$ gpgme-config --version
1.9.0

Can someone please help me with this. I am having python 3.6 version.

Thankks,
Sid

Event Timeline

werner added a subscriber: werner.

Sorry, we don't use or support PIP. Please ask whoever packaged that for PIP.

@werner How can I install libgpgme-develp package on windows 7?