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 in KeckDRPFramework #182

Open
BMazzilliCiraulo opened this issue Dec 4, 2024 · 1 comment
Open

Package Import breaks in KeckDRPFramework #182

BMazzilliCiraulo opened this issue Dec 4, 2024 · 1 comment

Comments

@BMazzilliCiraulo
Copy link

BMazzilliCiraulo commented Dec 4, 2024

I've installed the latest version of KCWI_DRP (v1.2.0), as I am using python3.12 and have an M2 chip on MacOS.
When running the command reduce_kcwi -b -f kb*.fits.gz -g, an error is raised from line 13 in keckdrpframework/init.py:
The line "from distutils.version import LooseVersion" cannot work as distutils is no longer part of python >= 3.12.
This issue has been raised on the KeckDRPFramework github on November 1 (Keck-DataReductionPipelines/KeckDRPFramework#63).
Screenshot 2024-12-04 at 10 07 10

I believe setuptools would be the alternative to use to make it work.

Thank you for your help!

@MNBrod
Copy link
Contributor

MNBrod commented Dec 4, 2024

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