-
Notifications
You must be signed in to change notification settings - Fork 27
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
How to use the PGP agent? #3
Comments
You have to use it with the client available at https://github.com/romanz/trezor-agent |
@staltz I'd be happy to help with any PGP-related issue :) |
Thanks @romanz. I just bought a Ledger Nano S and it's been working well for Bitcoin. Now I'm looking how to get PGP working. I follower the trezor instructions, with some pain because I have a Mac (macOS Sierra 10.12.1) while the instructions assume Debian. I set up most of the packages up until the point I did
And got the error:
|
Thanks for reporting this issue :) |
I've opened keepkey/python-keepkey#8 for fixing this issue. |
Meanwhile, you can remove diff --git a/setup.py b/setup.py
index 11cbc13..92da613 100644
--- a/setup.py
+++ b/setup.py
@@ -10,7 +10,7 @@ setup(
url='http://github.com/romanz/trezor-agent',
packages=['trezor_agent', 'trezor_agent.device', 'trezor_agent.gpg'],
install_requires=['ecdsa>=0.13', 'ed25519>=1.4', 'Cython>=0.23.4', 'protobuf>=3.0.0', 'semver>=2.2',
- 'trezor>=0.7.6', 'keepkey>=0.7.3', 'ledgerblue>=0.1.8'],
+ 'trezor>=0.7.6', 'ledgerblue>=0.1.8'],
platforms=['POSIX'],
classifiers=[
'Environment :: Console', And re-install the updated |
Thanks @romanz. I did that but now the tools seem even more brittle (probably for other reasons).
And if I try to run
I get
|
I think that the |
My GPG version is 2.0.30 on macOS, and those install instructions assume Ubuntu. |
I don't have a Mac, but it seems that GnuPG has binary releases for the latest versions: |
You can probably also use homebrew: |
@fruitloop could you please advise on this issue? |
Thanks, installing through sourceforge worked. |
Hi, I installed I "fixed" that by changing the scripts in a way that they use the full path to the version installed by |
@btchip I guess this issue can be resolved :) |
Ping @TamtamHero @btchip |
I was able to start the SSH agent, but what about PGP? It isn't clear.
The text was updated successfully, but these errors were encountered: