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'
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.
Most helpful comment
thanks you i update it