Wifiphisher: ImportError: No module named setuptools

Created on 19 Feb 2017  Â·  3Comments  Â·  Source: wifiphisher/wifiphisher

Distro: Linux Mint 18

➜  wifiphisher git:(master) sudo python setup.py install
[sudo] password for <snip>: 
Traceback (most recent call last):
  File "setup.py", line 10, in <module>
    from setuptools import setup, find_packages
ImportError: No module named setuptools

Couldn't find any similar issues. Anyone?

question solved

Most helpful comment

Fixed. Here is the command to run to install setuptools:

sudo apt-get install python-setuptools

All 3 comments

Fixed. Here is the command to run to install setuptools:

sudo apt-get install python-setuptools

Also had to install:

sudo apt-get install python-scapy 

apt-get install -y python-setuptools

Was this page helpful?
0 / 5 - 0 ratings

Related issues

alross371 picture alross371  Â·  7Comments

brandontict picture brandontict  Â·  6Comments

sophron picture sophron  Â·  4Comments

Rishab2 picture Rishab2  Â·  4Comments

vas4oo picture vas4oo  Â·  4Comments