Hiddeneye-legacy: ERROR : No module named 'wget'

Created on 27 Dec 2018  路  7Comments  路  Source: DarkSecDevelopers/HiddenEye-Legacy

i received this message what i need to do to solve it thanks you
Traceback (most recent call last):
File "./HiddenEye.py", line 8, in
from Defs.Checks import *
File "/root/HiddenEye/Defs/Checks.py", line 7, in
from wget import download
ModuleNotFoundError: No module named 'wget'

Most helpful comment

thanks you i update it

All 7 comments

Run this:
pip3 install wget

thank but i did it i think is install i get this answer

### sudo apt-get install wget
Reading package lists... Done
Building dependency tree       
Reading state information... Done
wget is already the newest version (1.19.5-1).
0 upgraded, 0 newly installed, 0 to remove and 228 not upgraded.

i try to lunch again same error message

@souriens253 I think you're installing it for python2.
pip3 install wget
This will install for python3

thanks you i update it

@souriens253 if fixed, Don't forget to close the issue.

Traceback (most recent call last):
File "HiddenEye.py", line 8, in
from Defs.Checks import *
ModuleNotFoundError: No module named 'Defs'

I am using pip3 install wget It says requirement already satisfied but when I run the program I am still getting no module wget error. What can it be? I am using virtual env and I have checked issues like it's active and all.

Was this page helpful?
0 / 5 - 0 ratings

Related issues

spmedia picture spmedia  路  7Comments

parag2878 picture parag2878  路  4Comments

nogallaat picture nogallaat  路  4Comments

Frosty4819 picture Frosty4819  路  3Comments

realpixelcode picture realpixelcode  路  3Comments