Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Failed to run! #11

Open
ejhosseini opened this issue Sep 9, 2021 · 3 comments
Open

Failed to run! #11

ejhosseini opened this issue Sep 9, 2021 · 3 comments

Comments

@ejhosseini
Copy link

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

sh: 1: pip2: not found

Unable to Install requests !

@PPbutter
Copy link

PPbutter commented Oct 5, 2021

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

@htr-tech
Copy link
Owner

htr-tech commented Oct 5, 2021

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

@earnestwillie
Copy link

@htr-tech Nothing works

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

No branches or pull requests

4 participants