afgcrack icon indicating copy to clipboard operation
afgcrack copied to clipboard

Failed to run!

Open ejhosseini opened this issue 4 years ago • 3 comments

I get this error when I try to run python2 crack.py!

sh: 1: pip2: not found

Unable to Install requests !

ejhosseini avatar Sep 09 '21 14:09 ejhosseini

yeah same although have you tried: python -m pip install requests

but even then it still says it can't import it

it keeps saying: system cannot find directory

I have no idea what's going on.

and to think all this could be avoided if the dude would just release the code smh

PPbutter avatar Oct 05 '21 04:10 PPbutter

Install pip2 manually then

wget https://bootstrap.pypa.io/pip/2.7/get-pip.py python2 get-pip.py

It will install pip module.. then type

pip2 install requests mechanize crkaf

after that run the script again

htr-tech avatar Oct 05 '21 09:10 htr-tech

@htr-tech Nothing works

earnestwillie avatar Apr 02 '23 10:04 earnestwillie