LedgerHQ / app-monero

Monero wallet application for Ledger Nano S & X
Apache License 2.0
273 stars 101 forks source link

error running command: pip3 install pycryptodomex pip3 install ECPy pip3 install ledgerblue #30

Closed kopite77 closed 5 years ago

kopite77 commented 5 years ago

I'm trying to run the seed recovery per: https://github.com/LedgerHQ/ledger-app-monero/tree/master/tools/python

when I try to run the command: pip3 install pycryptodomex pip3 install ECPy pip3 install ledgerblue I see this output:

x@x:~/Programs/ledger-app-monero/tools/python$ pip3 install pycryptodomex pip3 install ECPy pip3 install ledgerblue Collecting pycryptodomex Using cached https://files.pythonhosted.org/packages/88/8c/17692d31b2a5cad6369582921b3136c9505f127e022569ac671b758f1514/pycryptodomex-3.7.3-cp36-cp36m-manylinux1_x86_64.whl Collecting pip3 Could not find a version that satisfies the requirement pip3 (from versions: ) No matching distribution found for pip3

What am I doing wrong?