No module named distutils.core
burnedfaceless opened this issue · comments
Brian Abbott commented
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'