Advertisement
Guest User

Error when verify Ledger Nano S

a guest
Jan 22nd, 2018
152
0
Never
Not a member of Pastebin yet? Sign Up, it unlocks many cool features!
Python 2.57 KB | None | 0 0
  1. sudo easy_install pip
  2. [sudo] password for lulu2:
  3. Searching for pip
  4. Best match: pip 9.0.1
  5. Processing pip-9.0.1-py2.7.egg
  6. pip 9.0.1 is already the active version in easy-install.pth
  7. Installing pip script to /usr/local/bin
  8. Installing pip2.7 script to /usr/local/bin
  9. Installing pip2 script to /usr/local/bin
  10.  
  11. Using /usr/local/lib/python2.7/dist-packages/pip-9.0.1-py2.7.egg
  12. Processing dependencies for pip
  13. Finished processing dependencies for pip
  14. lulu2@linux:~$ sudo pip install virtualenv
  15. The directory '/home/lulu2/.cache/pip/http' or its parent directory is not owned by the current user and the cache has been disabled. Please check the permissions and owner of that directory. If executing pip with sudo, you may want sudo's -H flag.
  16. The directory '/home/lulu2/.cache/pip' or its parent directory is not owned by the current user and caching wheels has been disabled. check the permissions and owner of that directory. If executing pip with sudo, you may want sudo's -H flag.
  17. Requirement already satisfied: virtualenv in /usr/local/lib/python2.7/dist-packageslulu2@linux:~$ virtualenv ledger
  18. New python executable in /home/lulu2/ledger/bin/python
  19. Installing setuptools, pip, wheel...done.
  20. lulu2@linux:~$ source ledger/bin/activate
  21. (ledger) lulu2@linux:~$ pip install ledgerblue
  22. Collecting ledgerblue
  23.   Using cached ledgerblue-0.1.16.tar.gz
  24. Collecting hidapi>=0.7.99 (from ledgerblue)
  25.   Using cached hidapi-0.7.99.post21.tar.gz
  26. Collecting protobuf>=2.6.1 (from ledgerblue)
  27.   Using cached protobuf-3.5.1-cp27-cp27mu-manylinux1_x86_64.whl
  28. Collecting pycrypto>=2.6.1 (from ledgerblue)
  29.   Using cached pycrypto-2.6.1.tar.gz
  30. Collecting future (from ledgerblue)
  31.   Using cached future-0.16.0.tar.gz
  32. Collecting ecpy>=0.8.1 (from ledgerblue)
  33.   Using cached ECPy-0.8.3.tar.gz
  34. ECPy requires Python '>=3' but the running Python is 2.7.14
  35. (ledger) lulu2@linux:~$ pip3 install ledgerblue
  36. Collecting ledgerblue
  37.   Using cached ledgerblue-0.1.16.tar.gz
  38. Collecting hidapi>=0.7.99 (from ledgerblue)
  39.   Using cached hidapi-0.7.99.post21.tar.gz
  40. Collecting protobuf>=2.6.1 (from ledgerblue)  Using cached protobuf-3.5.1-cp27-cp27mu-manylinux1_x86_64.whl
  41. Collecting pycrypto>=2.6.1 (from ledgerblue)
  42.   Using cached pycrypto-2.6.1.tar.gz
  43. Collecting future (from ledgerblue)
  44.   Using cached future-0.16.0.tar.gz
  45. Collecting ecpy>=0.8.1 (from ledgerblue)
  46.   Using cached ECPy-0.8.3.tar.gz
  47. ECPy requires Python '>=3' but the running Python is 2.7.14
  48. (ledger) lulu2@linux:~$ python -m ledgerblue.checkGenuine --targetId 0x31100002
  49. /home/lulu2/ledger/bin/python: No module named ledgerblue
  50. (ledger) lulu2@linux:~$
Advertisement
Add Comment
Please, Sign In to add comment
Advertisement