8000 Use shutil to load Docker by emmanuel-ferdman · Pull Request #1589 · wkentaro/labelme · GitHub
[go: up one dir, main page]
More Web Proxy on the site http://driver.im/
Skip to content

Use shutil to load Docker #1589

New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Open
wants to merge 1 commit into
base: main
Choose a base branch
from

Conversation

emmanuel-ferdman
Copy link
8000

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

Signed-off-by: Emmanuel Ferdman <emmanuelferdman@gmail.com>
@emmanuel-ferdman
Copy link
Author

@wkentaro @Tanya-Verma could you please review this small PR when you get the chance? thanks 😄

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

Successfully merging this pull request may close these issues.

1 participant
0