evillimiter icon indicating copy to clipboard operation
evillimiter copied to clipboard

Doesn't install module not found

Open chunkyBoy6 opened this issue 4 years ago • 5 comments

sudo python3 ./setup.py install 1 Traceback (most recent call last): File "./setup.py", line 3, in from setuptools import setup, find_packages, Command ModuleNotFoundError: No module named 'setuptools'

chunkyBoy6 avatar Jan 13 '21 17:01 chunkyBoy6

The same prob here did you solve it

elhadjaoui avatar Jan 24 '21 20:01 elhadjaoui

The same prob here did you solve it

No I still have the problem

chunkyBoy6 avatar Jan 25 '21 07:01 chunkyBoy6

Hi Plese try following commands inside evillimiter folder 'sudo apt install python3-setuptools' 'sudo python3 setup.py install' 'sudo evillimiter' Keep me posted on result

flu-py avatar Jan 25 '21 14:01 flu-py

Eu tive o mesmo problema, isso me ajudou bastante

Olá, por favor, tente seguir os comandos dentro da pasta evillimiter 'sudo apt install python3-setuptools' 'sudo python3 setup.py install' 'sudo evillimiter' Mantenha-me informado sobre o resultado

tetrazav avatar May 26 '21 02:05 tetrazav

Hi Plese try following commands inside evillimiter folder 'sudo apt install python3-setuptools' 'sudo python3 setup.py install' 'sudo evillimiter' Keep me posted on result

Installing python3-setuptools solves the problem, but when compiling it throws an error:

netifaces.c:1:10: fatal error: Python.h: No such file or directory
 #include <Python.h>
          ^~~~~~~~~~
compilation terminated.

mikelgmh avatar Sep 03 '21 11:09 mikelgmh