We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
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
I get this error when I try to run python2 crack.py!
sh: 1: pip2: not found
Unable to Install requests !
The text was updated successfully, but these errors were encountered:
yeah same although have you tried: python -m pip install requests
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
Sorry, something went wrong.
Install pip2 manually then
wget https://bootstrap.pypa.io/pip/2.7/get-pip.py python2 get-pip.py
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 Nothing works
No branches or pull requests
I get this error when I try to run python2 crack.py!
sh: 1: pip2: not found
Unable to Install requests !
The text was updated successfully, but these errors were encountered: