Note the error: ModuleNotFoundError: No module named 'distutils' A web search for this error tells me that 'distutils' was deprecated in 3.10 and removed from Python3 with version 3.12, the version I ...