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?
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
Most helpful comment
Fixed. Here is the command to run to install setuptools: