t4d / StalkPhish

StalkPhish - The Phishing kits stalker, harvesting phishing kits for investigations.
GNU Affero General Public License v3.0
626 stars 80 forks source link

ModuleNotFoundError: No module named 'ipwhois.net' #17

Closed changtraisitinh closed 4 years ago

changtraisitinh commented 5 years ago

please help me about error ?

# pip3 install -r requirements.txt
# pip install ipwhois
root@kali:~/Tools/StalkPhish/stalkphish# python3 StalkPhish.py 
Traceback (most recent call last):
  File "StalkPhish.py", line 26, in <module>
    from tools.utils import VerifyPath
  File "/root/Tools/StalkPhish/stalkphish/tools/utils.py", line 13, in <module>
    from ipwhois.net import Net
ModuleNotFoundError: No module named 'ipwhois.net'
t4d commented 5 years ago

Hi! There's sometimes problems between pip installed and system installed packages, or it could be a conflict with different python's whois libs. You should test in a virtual-environment : $ python3 -m venv virt-env $ . ./virt-env/bin/activate

t4d commented 4 years ago

Is it ok for you? Can I close this issue?