-
Notifications
You must be signed in to change notification settings - Fork 6
Open
Description
Hello, according to multiple posts on stackoverflow.com users regularly encounter difficulties when installing python-nmap the package.
Main issues are:
- Users installs
nmap python librarywithpip install nmapinstead ofnmap binary. As far asnmap python libraryandpython-nmaplibrary share the same name ofnmapmodule, theimport nmapcommand raisesAttributeError: module 'nmap' has no attribute 'PortScanner'error. - On the next step when users use
pip uninstall nmapcommand in order to delete nmap python package they get next errorError: 'nmap program was not found in path. PATH
So misunderstanding with nmap installation is the main issue in installation process for python-nmap python package.
I have described how to solve the issue in stackoverflow post but i think it is not a best source for such data.
I believe the update of the README file with detail installation instruction and troubleshooting will help a lot of people.
Thank you.
Metadata
Metadata
Assignees
Labels
No labels