problema com setup.py

problema com setup.py

Estou executando o Disco Dingo 19.04 e tentando instalar o evillimiter para fazer alguns testes na minha rede doméstica. No entanto, tive um problema com as ferramentas de configuração do python.

icarus@Omicron:~$ sudo bash
[sudo] password for icarus: 
root@Omicron:~# cd evillimiter
root@Omicron:~/evillimiter# sudo python3 setup.py install
Traceback (most recent call last):
  File "setup.py", line 3, in <module>
    from setuptools import setup, find_packages, Command
ModuleNotFoundError: No module named 'setuptools'
root@Omicron:~/evillimiter# sudo apt-get install python3-setuptools
Reading package lists... Done
Building dependency tree       
Reading state information... Done
python3-setuptools is already the newest version (40.8.0-1).
0 upgraded, 0 newly installed, 0 to remove and 390 not upgraded.
root@Omicron:~/evillimiter# sudo apt-get install python-setuptools
Reading package lists... Done
Building dependency tree       
Reading state information... Done
python-setuptools is already the newest version (40.8.0-1).
0 upgraded, 0 newly installed, 0 to remove and 390 not upgraded.
root@Omicron:~/evillimiter# 

Você pode ver, eu já tenho setuptools instalados, assim como -pip, python e python3. Qualquer ajuda seria apreciada.

informação relacionada