--- PyYAML-6.0/setup.py 2021-10-13 21:13:52.000000000 +0200 +++ PyYAML-6.0/setup.py.new 2021-11-03 14:36:40.093725379 +0100 @@ -67,7 +67,7 @@ import sys, os, os.path, pathlib, platform, shutil, tempfile, warnings # for newer setuptools, enable the embedded distutils before importing setuptools/distutils to avoid warnings -os.environ['SETUPTOOLS_USE_DISTUTILS'] = 'local' +#os.environ['SETUPTOOLS_USE_DISTUTILS'] = 'local' from setuptools import setup, Command, Distribution as _Distribution, Extension as _Extension from setuptools.command.build_ext import build_ext as _build_ext