Stop using deprecated distutils.spawn.find_executable
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.
parent
fce00cf6
No related branches found
No related tags found
Loading
Please register or sign in to comment