Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

nmap is not nmap #113

Open
antonagestam opened this issue Apr 16, 2023 · 1 comment
Open

nmap is not nmap #113

antonagestam opened this issue Apr 16, 2023 · 1 comment

Comments

@antonagestam
Copy link

Hi,

I noticed that this project has a dependency on nmap in requirements.txt. It was brought to my attention that people mistakenly install this in belief it's the well-known port scanning tool, which it's not. I've since removed the single release of my nmap library from PyPI, and so wanted to inform you that installation is likely to break until you remove this dependency (which I assume was incorrectly added to begin with).

Sorry for any inconvenience caused by this.

@sologeekk
Copy link

@antonagestam The related dependency mentioned in the requirements.txt is no more available and is replaced by python-nmap.
Try installing python-nmap via this command (it's python3-nmap if you're on Linux):

pip install python-nmap

then pip freeze and check for the newly installed nmap related library. Copy it and replace it with the one in the requirements.txt and try pip install -r requirements.txt again.

Good luck.

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

No branches or pull requests

2 participants