python 3.9 ModuleNotFoundError: No module named 'distutils.sysconfig' code example
Example 1: from distutils.util import strtobool ModuleNotFoundError: No module named 'distutils.util'
$ sudo apt-cache search distutils
Example 2: python 3.9 ModuleNotFoundError: No module named 'distutils.sysconfig'
sudo apt-get install python3.9-distutils --reinstall