Traceback (most recent call last):
File "<string>", line 1, in <module>
AttributeError: module 'astroquery.version' has no attribute 'version_info'
I wasn't able to bisect this yet: my MRE runs without error with astroquery 0.4.11 (wheel) but I still hit the same error when installing 0.4.11 from source.
example log: https://github.com/SAIL-Labs/AMICAL/actions/runs/25694343730/job/75438594186
reprod
output
I wasn't able to bisect this yet: my MRE runs without error with astroquery 0.4.11 (wheel) but I still hit the same error when installing 0.4.11 from source.
possible suspect: #3521