UndeadSec/SocialFish

ModuleNotFoundError: nmap

AliMark71 opened this issue · 5 comments

when I run SocialFish like this:

sudo python3 SocialFish.py

I get this weird error:

Traceback (most recent call last):
File "/home/kali/SocialFish/SocialFish.py", line 6, in
from core.scansf import nScan
File "/home/kali/SocialFish/core/scansf.py", line 1, in
import nmap
ModuleNotFoundError: No module named 'nmap'

but the weird thing is that I have python-nmap installed and I can use it in other python files but this one gives me this error.

python3 -m pip install -r requirements.txt it works

i have the same issue too, any idea on how to fix it?

ERROR: Could not find a version that satisfies the requirement nmap (from versions: none)
ERROR: No matching distribution found for nmap

how can i fix this I have updated nmap and I still have errors
help please

Import the requirements folder.