python - ModuleNotFoundError: No module named 'distutils.util ...
askubuntu.com › questions › 1239829May 15, 2020 · Ensure install appropriate version based on python version, e.g. to get all available versions (assume using apt package manager): $ apt-cache search distutils python-setuptools - Python Distutils Enhancements python-setuptools-doc - Python Distutils Enhancements (documentation) python3-d2to1 - Python3 support for distutils2-like setup.cfg files as package metadata python3-setuptools - Python3 ...
9. API Reference — Python 3.10.1 documentation
https://docs.python.org/3/distutils/apiref.html07.01.2022 · distutils.core.run_setup (script_name [, script_args=None, stop_after='run']) ¶ Run a setup script in a somewhat controlled environment, and return the distutils.dist.Distribution instance that drives things. This is useful if you need to find out the distribution meta-data (passed as keyword args from script to setup()), or the contents of the config files or …