-
Notifications
You must be signed in to change notification settings - Fork 88
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
No module named libnmap.parser #6
Comments
This seems to be an issue with your python evironment. Have you tried setting up the script using a virtualenv? Try:
|
Hello, I have the following problems in the process of using: |
Make sure you're running the script with Python3.
|
Oh, forgive me for not looking at the code carefully, this problem has been solved |
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
sudo -H pip install -r requirements.txt
Requirement already satisfied: python-libnmap in /Library/Python/3.7/site-packages (from -r requirements.txt (line 1)) (0.7.0)
Requirement already satisfied: XlsxWriter in /Library/Python/3.7/site-packages (from -r requirements.txt (line 2)) (1.2.8)
./nmap-converter.py -h
Traceback (most recent call last):
File "./nmap-converter.py", line 3, in
from libnmap.parser import NmapParser, NmapParserException
ImportError: No module named libnmap.parser
Any idea?
I have also tried pip3 and I have some issues.
Thank you.
The text was updated successfully, but these errors were encountered: