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

PEP 632: Python 3.12 Incompatible with Distutils #169

Closed
ssolson opened this issue Feb 13, 2024 · 1 comment · Fixed by #184
Closed

PEP 632: Python 3.12 Incompatible with Distutils #169

ssolson opened this issue Feb 13, 2024 · 1 comment · Fixed by #184
Assignees
Labels

Comments

@ssolson
Copy link

ssolson commented Feb 13, 2024

Python 3.12.0 shipped Oct 2 2023.

As per PEP 632 disutils no longer works with the latest stable version of python.
https://peps.python.org/pep-0632/

Are there plans to address this incompatibility?

from distutils.version import StrictVersion as _sv

@jreadey
Copy link
Member

jreadey commented Feb 14, 2024

Yes I’m planning to get to this in the next few weeks. Went through a similar excessive with the hsds setup

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

Successfully merging a pull request may close this issue.

4 participants