Skip to content
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

Remove distutils dependency #1247

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

Conversation

nootr
Copy link
Contributor

@nootr nootr commented Nov 18, 2021

The distutils library is deprecated. This commit replaces distutils.spawn.find_executable with shutil.which, which is in the standard library.

Fixes #1246.

@nootr nootr force-pushed the bugfix/distutils branch 2 times, most recently from 6244ddb to 393233b Compare November 18, 2021 16:25
@nootr nootr marked this pull request as draft November 18, 2021 17:25
The `distutils` library is deprecated. This commit replaces
`distutils.spawn.find_executable` with `shutil.which`, which is in
the standard library.

Fixes nvbn#1246.
@nootr nootr marked this pull request as ready for review November 18, 2021 17:28
@djh82
Copy link
Contributor

djh82 commented May 18, 2022

This looks good?

@tstirrat15
Copy link

Bump on this or #1404. I like this utility but it's broken on python 3.12.

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.

needs python distutils package during installation
3 participants