hephaest0s / usbkill

« usbkill » is an anti-forensic kill-switch that waits for a change on your USB ports and then immediately shuts down your computer.
4.42k stars 508 forks source link

No module named distutils.core #96

Closed burnedfaceless closed 5 years ago

burnedfaceless commented 5 years ago

When running this I get the following error:

$ sudo python3 setup.py Traceback (most recent call last): File "setup.py", line 28, in from distutils.core import setup ModuleNotFoundError: No module named 'distutils.core'