labelme icon indicating copy to clipboard operation
labelme copied to clipboard

Use shutil to load Docker

Open emmanuel-ferdman opened this issue 5 months ago • 1 comments

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

emmanuel-ferdman avatar May 13 '25 18:05 emmanuel-ferdman