-
distutils is deprecated and slated for removal. Every import of the module raises a warning with python3.10. PEP 632 says to use shutil.which instead.
distutils is deprecated and slated for removal. Every import of the module raises a warning with python3.10. PEP 632 says to use shutil.which instead.