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

imexam v0.9.1 fails to import with astropy v6 #263

Open
KathleenLabrie opened this issue Mar 22, 2024 · 4 comments
Open

imexam v0.9.1 fails to import with astropy v6 #263

KathleenLabrie opened this issue Mar 22, 2024 · 4 comments

Comments

@KathleenLabrie
Copy link

imexam won't import with astropy v6. (python 3.10)

>>> import imexam
Traceback (most recent call last):
  File "<stdin>", line 1, in <module>
  File "/Users/klabrie/condaenvs/susd3.10_20240130/lib/python3.10/site-packages/imexam/__init__.py", line 10, in <module>
    from ._astropy_init import *
  File "/Users/klabrie/condaenvs/susd3.10_20240130/lib/python3.10/site-packages/imexam/_astropy_init.py", line 29, in <module>
    from astropy.config.configuration import (
ImportError: cannot import name 'update_default_config' from 'astropy.config.configuration' (/Users/klabrie/condaenvs/susd3.10_20240130/lib/python3.10/site-packages/astropy/config/configuration.py)
@sosey
Copy link
Member

sosey commented Mar 29, 2024

@KathleenLabrie thank you - I desperately would like to find some time to update this package, It's been languishing too long as I was made the sole developer, and only in my free time. Is there anyone at gemini that can help with bringing this up to speed? Are you all actively using this package?

@KathleenLabrie
Copy link
Author

Sorry, I was in the middle of two big package releases and then forgot about this.

No, we absolutely do not have resources available. We're even losing people and barely able to keep our head above water.

We are using imexam for some Ops tools.

What does STScI use to display images in something like ds9 or ginga? If it needs that functionality, I guess.

@sosey
Copy link
Member

sosey commented May 1, 2024

I completely understand!

Right now they are only supporting JdaViz, which is its own viewer. You might see if that fits your needs?
https://github.com/spacetelescope/jdaviz

In my personal time I'll see if I can fix the major issues here in imexam so that your ops aren't affected - apologies I cant respond too fast these days!

@KathleenLabrie
Copy link
Author

KathleenLabrie commented May 2, 2024 via email

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