Skip to content

Installation fails on clean Ubuntu 20.04 LTS #72

Description

@charterhouse-services

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

Activity

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment

Metadata

Metadata

Assignees

No one assigned

    Labels

    No labels
    No labels

    Projects

    No projects

      Milestone

      No milestone

      Relationships

      None yet

      Development

      No branches or pull requests

      Issue actions