SocialFish icon indicating copy to clipboard operation
SocialFish copied to clipboard

ModuleNotFoundError: nmap

Open AliMark71 opened this issue 3 years ago • 2 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.

AliMark71 avatar Jun 24 '22 11:06 AliMark71

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

cpena28 avatar Jul 14 '22 02:07 cpena28

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

Keplar22B avatar Aug 01 '22 13:08 Keplar22B

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

Serge250 avatar Jul 26 '23 16:07 Serge250

Fix with https://github.com/UndeadSec/SocialFish/commit/0006dca62fd0c3483402dc495b3c112c2deed19f

franklintimoteo avatar Sep 11 '23 18:09 franklintimoteo

Import the requirements folder.

Tmalhussain avatar Dec 12 '23 09:12 Tmalhussain