Python Forum
Thread Rating:
  • 2 Vote(s) - 3 Average
  • 1
  • 2
  • 3
  • 4
  • 5
Trying Again
#1
Now that I installed Windows 7 pro and Python 2.7.13 I am trying to get it running.

Newer "better" version found here:

https://github.com/danielchalef/pyethrecoverv3

This is my first snag:

Output:
C:\Users\admin\Desktop\ETH>python pyethrecover_v3.py -w wallet.json Traceback (most recent call last):   File "pyethrecover_v3.py", line 3, in <module>     from keys import decode_keystore_json #keys.py from pyethereum, we only want  the decode_keystore_json function   File "C:\Users\admin\Desktop\ETH\keys.py", line 6, in <module>     from ethereum.utils import encode_hex ImportError: No module named ethereum.utils C:\Users\admin\Desktop\ETH>pip install ethereum Collecting ethereum   Downloading ethereum-1.6.1.tar.gz (128kB)     100% |################################| 133kB 504kB/s Collecting repoze.lru (from ethereum)   Downloading repoze.lru-0.6.tar.gz Collecting PyYAML (from ethereum)   Downloading PyYAML-3.12-cp27-cp27m-win32.whl (182kB)     100% |################################| 184kB 547kB/s Requirement already satisfied: pbkdf2 in c:\python27\lib\site-packages (from eth ereum) Collecting bitcoin (from ethereum)   Downloading bitcoin-1.1.42.tar.gz Collecting pycryptodome>=3.3.1 (from ethereum)   Downloading pycryptodome-3.4.5-cp27-cp27m-win32.whl (7.4MB)     100% |################################| 7.4MB 115kB/s Collecting secp256k1 (from ethereum)   Downloading secp256k1-0.13.2.tar.gz (156kB)     100% |################################| 163kB 547kB/s     Complete output from command python setup.py egg_info:     'pkg-config' is required to install this package. Please see the README for details.     ---------------------------------------- Command "python setup.py egg_info" failed with error code 1 in c:\users\admin\ap pdata\local\temp\pip-build-jmb1k2\secp256k1\ C:\Users\admin\Desktop\ETH>
Reply


Messages In This Thread
Trying Again - by Able98 - Mar-30-2017, 05:13 AM
RE: Trying Again - by metulburr - Mar-30-2017, 12:21 PM
RE: Trying Again - by Able98 - Apr-01-2017, 11:30 AM

Forum Jump:

User Panel Messages

Announcements
Announcement #1 8/1/2020
Announcement #2 8/2/2020
Announcement #3 8/6/2020