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

Package Import Breaks for Python >= 3.12 #63

Open
bjfultn opened this issue Oct 31, 2024 · 1 comment
Open

Package Import Breaks for Python >= 3.12 #63

bjfultn opened this issue Oct 31, 2024 · 1 comment

Comments

@bjfultn
Copy link

bjfultn commented Oct 31, 2024

  • distutils is no longer part of python >= 3.12.
  • Line 13 in init.py breaks the import for the latest python versions:
from distutils.version import LooseVersion
@BMazzilliCiraulo
Copy link

BMazzilliCiraulo commented Dec 3, 2024

I'm encountering the same problem. I've raised it on the KCWI_DRP github page.
Update: from MNBrod, on Dec 4: "Thanks for the issue! We are aware of this and are currently testing our fix on various systems before we push it out. Expect a fix soon."

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

No branches or pull requests

2 participants