trizen/oblogout-py3

Error installing: ModuleNotFoundError: No module named 'DistUtilsExtra'

WhyAreAllTheseTaken opened this issue · 2 comments

The following error occurred while installing:

Traceback (most recent call last):
  File "setup.py", line 6, in <module>
    from DistUtilsExtra.command import *
ModuleNotFoundError: No module named 'DistUtilsExtra'

Python Version: 3.8.10
Distribution: Linux Mint 20.2
Command used to execute: python3 setup.py install

Make sure you have python-distutils-extra installed. (May be named python3-distutils-extra on Linux Mint)

Thanks, that seems to have resolved the issue.