SocialFish
SocialFish copied to clipboard
ModuleNotFoundError: nmap
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
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
Fix with https://github.com/UndeadSec/SocialFish/commit/0006dca62fd0c3483402dc495b3c112c2deed19f
Import the requirements folder.