FaceBoom icon indicating copy to clipboard operation
FaceBoom copied to clipboard

[!] Error: [ mechanize ] module is missing !!!

Open SherI0cked opened this issue 3 years ago • 4 comments

[!] Error: [ mechanize ] module is missing !!! [*] Please Use: 'pip install mechanize' to install it :)

┌──(root💀kali)-[~/FaceBoom] └─# pip install mechanize 1 ⨯ Requirement already satisfied: mechanize in /root/mechanize (0.4.5) Requirement already satisfied: html5lib>=0.999999999 in /usr/lib/python3/dist-packages (from mechanize)

SherI0cked avatar Jun 24 '21 21:06 SherI0cked

Same thing here

DevPrecious avatar Jun 29 '21 22:06 DevPrecious

@SherI0cked @DevPrecious

Please check the pip version of python you may be using python3 pip but you try to run the script with python2 so specify the right pip version using this command:

if you using python as command to run the script run this command: python -m pip install mechanize if you using some other versions like python2.7 run command as python2 -m pip install mechanize

i hope this will solve this issue, let me know

Oseid avatar Jul 08 '21 15:07 Oseid

Alright thanks

DevPrecious avatar Jul 10 '21 20:07 DevPrecious

[*] geting target Profile Id... please wait

[!] Error: Please Check Your Victim's Profile URL !!!

┌──(root💀kali)-[~/FaceBoom] └─#

SherI0cked avatar Jul 12 '21 15:07 SherI0cked