keewenaw / Ethereum-Wallet-Cracker

A fun script to steal Ether from wallets suffering from insufficient entropy during key generation.
GNU General Public License v3.0
58 stars 19 forks source link

ERROR: Could not find a version that satisfies the requirement ethereum-wallet-cracker (from versions: none) #3

Closed Prophet1984 closed 1 year ago

Prophet1984 commented 1 year ago

Hello, I get this error while installing, I-m new to this so if you have time to help me it would be much appreciated.

Thank you!

C:\Users\Administrator\Documents\CRYPTO\ethereum-wallet-cracker-1.2.0>pip3 install ethereum-wallet-cracker WARNING: Ignoring invalid distribution -ip (c:\python310\lib\site-packages) WARNING: Ignoring invalid distribution -ip (c:\python310\lib\site-packages) ERROR: Could not find a version that satisfies the requirement ethereum-wallet-cracker (from versions: none) ERROR: No matching distribution found for ethereum-wallet-cracker WARNING: Ignoring invalid distribution -ip (c:\python310\lib\site-packages) WARNING: Ignoring invalid distribution -ip (c:\python310\lib\site-packages) WARNING: Ignoring invalid distribution -ip (c:\python310\lib\site-packages)

C:\Users\Administrator\Documents\CRYPTO\ethereum-wallet-cracker-1.2.0> 1

keewenaw commented 1 year ago

Hi, you're going to want to build from source. PIP never worked and I deleted the project there; I just forgot to update the Readme.

Prophet1984 commented 1 year ago

Ok, thank you!