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:
ERROR: Could not find gpgme-config. Please install the libgpgme development package.
----------------------------------------
ERROR: Command "python setup.py egg_info" failed with error code 1 in C:\cygwin64\tmp\pip-install-o3zelll7\gpg\
WARNING: You are using pip version 19.1, however version 19.2.3 is available.
You should consider upgrading via the 'python -m pip install --upgrade pip' command.
$ gpgme-config --version
1.9.0
Can someone please help me with this. I am having python 3.6 version.
Thankks,
Sid