labelme
labelme copied to clipboard
Use shutil to load Docker
PR Summary
The spawn.find_executable method is deprecated from Python3.10 and removed in Python3.12. This small PR replaces it with the recommended shutil.which method (which is available since Python 3.3):
DeprecationWarning: Use shutil.which instead of find_executable