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

Installation fails on clean Ubuntu 20.04 LTS #72

Open
charterhouse-services opened this issue Oct 22, 2023 · 0 comments
Open

Installation fails on clean Ubuntu 20.04 LTS #72

charterhouse-services opened this issue Oct 22, 2023 · 0 comments

Comments

@charterhouse-services
Copy link

charterhouse-services commented Oct 22, 2023

Describe the bug
Install fails on clean and updated ubuntu 20.04 build
sudo apt update
sudo apt upgrade

To Reproduce
Steps to reproduce the behavior:
sudo python3 setup.py install

Expected behavior
Install completes successfully

Screenshots
image

Environment

  • Ubuntu 20.04
  • bash shell

Additional context
Workaround applied:
sudo apt install nmap -y
sudo pip3 install -U python-nmap

  • remove "nmap", from setup.py line 37

image

Then run
sudo python3 setup.py install

IMO
Overall may be best to list pre-requisite as having nmap installed through apt and changing nmap in setup.py to python-nmap

@charterhouse-services charterhouse-services changed the title Installation fails on clean Ubuntu 20.04 LTD Installation fails on clean Ubuntu 20.04 LTS Oct 22, 2023
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

1 participant