Astropy no longer supports get_moon
https://docs.astropy.org/en/stable/changelog.html#version-8-0-0-2026-06-16
get_moon is currently imported in object_tracker.py (maybe other places - but only found it there).
from astropy.coordinates import get_moon does not work in astropy7.1.0, 7.0.2, 7.0.1. The oldest still supported astropy (6.1.7) does support.
conda install astropy=6.17
Unfortunately still doesn't run for me with this fix, but gets a bit smaller error message. Maybe something else needs an older version too...
Astropy no longer supports get_moon
https://docs.astropy.org/en/stable/changelog.html#version-8-0-0-2026-06-16
get_moon is currently imported in object_tracker.py (maybe other places - but only found it there).
from astropy.coordinates import get_moondoes not work in astropy7.1.0, 7.0.2, 7.0.1. The oldest still supported astropy (6.1.7) does support.conda install astropy=6.17Unfortunately still doesn't run for me with this fix, but gets a bit smaller error message. Maybe something else needs an older version too...