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 references to distutils #778

Open
Julian-O opened this issue Oct 27, 2023 · 2 comments
Open

Remove references to distutils #778

Julian-O opened this issue Oct 27, 2023 · 2 comments
Assignees
Labels

Comments

@Julian-O
Copy link
Contributor

setup.py attempts to import setuptools, and if it fails imports from distutils.

distutils is deprecated and no longer present in Python 3.12.

Assume setuptools is available, and remove the distutils reference.

@Julian-O Julian-O added the easy label Oct 27, 2023
@caseycronyn
Copy link

I'll be working on this

@misl6
Copy link
Member

misl6 commented Nov 14, 2023

Love to hear that @caseycronyn !

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

No branches or pull requests

3 participants