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

No longer works on Python 3.12 as distutils has been deprecated and removed #53

Open
agoodusernam opened this issue Feb 19, 2024 · 2 comments · May be fixed by #54
Open

No longer works on Python 3.12 as distutils has been deprecated and removed #53

agoodusernam opened this issue Feb 19, 2024 · 2 comments · May be fixed by #54

Comments

@agoodusernam
Copy link

As of Python 3.12 distutils has been deprecated and removed so the lib won't work on 3.12+.

@wilhem
Copy link

wilhem commented Apr 3, 2024

It works without any problem using Python 3.12.2 on my system.
Try to install it using conda

@MagicalTux MagicalTux linked a pull request Apr 4, 2024 that will close this issue
@cole-dda
Copy link

distutils.spawn can use shutil.which replace?

when build python on linux,not distutils

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 a pull request may close this issue.

3 participants