--- a/scripts/install.py Tue Jan 24 11:55:01 2023 +0100 +++ b/scripts/install.py Wed Jan 25 10:08:19 2023 +0100 @@ -2284,6 +2284,7 @@ ddir=os.path.join(distDir, modDir, cfg["ericDir"]), rx=skipRe, quiet=True, + workers=0, ) py_compile.compile( configName, dfile=os.path.join(distDir, modDir, "eric7config.py") @@ -2294,6 +2295,7 @@ ddir=os.path.join(modDir, cfg["ericDir"]), rx=skipRe, quiet=True, + workers=0, ) py_compile.compile(configName, dfile=os.path.join(modDir, "eric7config.py")) sys.stdout = sys.__stdout__