Jump to content

Mac Terminal running a .py and pip3 file

Hi,

I am trying to recover an old bitcoin core wallet pass and I've been following the guide for btcrecover on github(https://btcrecover.readthedocs.io/en/latest/INSTALL/ ). I have all the steps complete for Mac accept for not being able to run this command and i do have pip3 installed properly(i believe as I followed the steps).

pip3 install -r requirements.txt

and the other:

python run-all-tests.py -vv

I really hope someone can help, and i will donate(what I can) to btcrecover if this works...

Edited by Kilrah
Fixed text color
Link to comment
Share on other sites

Link to post
Share on other sites

11 hours ago, tech_gunkie said:

(i believe as I followed the steps)

What steps? What error are you getting?

Don't ask to ask, just ask... please聽馃え

sudo chmod -R 000 /*

Link to comment
Share on other sites

Link to post
Share on other sites

8 hours ago, Sauron said:

What steps? What error are you getting?

When I run the -run-all-tests.py script it seems to get hung now...I've also solved the pip3 issue as well.

Screen Shot 2021-06-24 at 8.48.46 PM.png

Link to comment
Share on other sites

Link to post
Share on other sites

17 hours ago, tech_gunkie said:

When I run the -run-all-tests.py script it seems to get hung now...I've also solved the pip3 issue as well.

Screen Shot 2021-06-24 at 8.48.46 PM.png

Try letting it run for a while, the page says it can take a few minutes

Don't ask to ask, just ask... please聽馃え

sudo chmod -R 000 /*

Link to comment
Share on other sites

Link to post
Share on other sites

  • 3 weeks later...

The instructions are wrong, you need to run聽

python3 run-all-tests.py -vv

python is version 2.7, and the instructions call for version 3.6 or later.聽

Link to comment
Share on other sites

Link to post
Share on other sites

Create an account or sign in to comment

You need to be a member in order to leave a comment

Create an account

Sign up for a new account in our community. It's easy!

Register a new account

Sign in

Already have an account? Sign in here.

Sign In Now