Python Forum
Thread Rating:
  • 0 Vote(s) - 0 Average
  • 1
  • 2
  • 3
  • 4
  • 5
pyethrecover Program help
#16
(Mar-27-2017, 05:39 PM)wavic Wrote: Again, check the version of Python in your script. After installing the bitcoin module, if you try to install it one more time, in the output you have the path where the module is installed. You can see if it's under path/python3.x/dist-packages or path/python2.7/dist-packages

I find it here:

C:\Users\admin\AppData\Local\Programs\Python\Python36-32

Maybe I should start over?

(Mar-27-2017, 06:03 PM)nilamo Wrote: What error do you get if you try to install through pip, instead of manually running the setup file?


C:\Users\admin\Desktop\RecoverySetupToRun\python-bitcoinlib-master>pip install b
itcoin
Collecting bitcoin
  Downloading bitcoin-1.1.42.tar.gz
Installing collected packages: bitcoin
  Running setup.py install for bitcoin ... done
Successfully installed bitcoin-1.1.42
C:\Users\admin\Desktop\RecoverySetupToRun\python-bitcoinlib-master>

OK. Maybe we are getting there.

When I run it now, I am missing another lib - joblib

I knew I might need this as the program says so. Now I have to figure out where to find it.

C:\Users\admin\Desktop\RecoverySetupToRun>python pyethrecover.py -w wallet.json
-s password_spec.txt
Traceback (most recent call last):
  File "pyethrecover.py", line 14, in <module>
    from joblib import Parallel, delayed
ModuleNotFoundError: No module named 'joblib'
C:\Users\admin\Desktop\RecoverySetupToRun>
Reply


Messages In This Thread
pyethrecover Program help - by Able98 - Mar-21-2017, 02:18 PM
RE: pyethrecover Program help - by wavic - Mar-21-2017, 02:57 PM
RE: pyethrecover Program help - by Able98 - Mar-21-2017, 03:37 PM
RE: pyethrecover Program help - by nilamo - Mar-21-2017, 06:07 PM
RE: pyethrecover Program help - by Able98 - Mar-22-2017, 03:32 AM
RE: pyethrecover Program help - by wavic - Mar-22-2017, 07:13 AM
RE: pyethrecover Program help - by Larz60+ - Mar-22-2017, 12:52 PM
RE: pyethrecover Program help - by Able98 - Mar-27-2017, 03:55 PM
RE: pyethrecover Program help - by nilamo - Mar-27-2017, 04:01 PM
RE: pyethrecover Program help - by zivoni - Mar-27-2017, 04:39 PM
RE: pyethrecover Program help - by Able98 - Mar-27-2017, 05:22 PM
RE: pyethrecover Program help - by nilamo - Mar-27-2017, 05:34 PM
RE: pyethrecover Program help - by wavic - Mar-27-2017, 05:39 PM
RE: pyethrecover Program help - by Able98 - Mar-27-2017, 06:14 PM
RE: pyethrecover Program help - by Able98 - Mar-27-2017, 05:49 PM
RE: pyethrecover Program help - by nilamo - Mar-27-2017, 06:03 PM
RE: pyethrecover Program help - by nilamo - Mar-27-2017, 06:25 PM
RE: pyethrecover Program help - by Able98 - Mar-27-2017, 07:40 PM
RE: pyethrecover Program help - by nilamo - Mar-27-2017, 07:50 PM
RE: pyethrecover Program help - by zivoni - Mar-27-2017, 07:58 PM
RE: pyethrecover Program help - by Able98 - Mar-27-2017, 08:30 PM
RE: pyethrecover Program help - by Able98 - Mar-28-2017, 11:25 AM
RE: pyethrecover Program help - by Nozu - Jun-11-2017, 05:53 AM
RE: pyethrecover Program help - by Able98 - Jun-13-2017, 12:22 PM
RE: pyethrecover Program help - by Nozu - Jun-12-2017, 05:28 AM

Forum Jump:

User Panel Messages

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