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: Complete output from command python setup.py egg_info:mand errored out with exit status 1:
ERROR: Could not find gpgme-config. Please install the libgpgme development package. 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):
ERROR: Command "python setup.py egg_info" failed with error code 1 in C:\cygwin64\tmp\pip-install-o3zelll7\gpg\ Could not find gpgme-config. Please install the libgpgme development package.
WARNING: You are using pip version 19.1, however version 19.2.3 is available. ----------------------------------------
You should consider upgrading via the 'ERROR: Command errored out with exit status 1: python -m pip install --upgrade pip'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