evillimiter
evillimiter copied to clipboard
Doesn't install module not found
sudo python3 ./setup.py install 1
Traceback (most recent call last):
File "./setup.py", line 3, in
The same prob here did you solve it
The same prob here did you solve it
No I still have the problem
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
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
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.