astrometry.net icon indicating copy to clipboard operation
astrometry.net copied to clipboard

"telnetlib" Python module removed in 3.13

Open olebole opened this issue 1 year ago • 2 comments

In the upcoming Python 3.13 version, the original "telnetlib" Python modules is removed. This modules is used in https://github.com/dstndstn/astrometry.net/blob/fb1342a8b826c2550baa716a5a9547b95cafa888/util/horizons.py#L11

This was reported as Debian#1084555.

olebole avatar Nov 18 '24 20:11 olebole

hmm, the horizons.py script isn't actually used by anything else, it was something we developed for other projects and just dumped it in the Astrometry.net repo because it's generally related to doing astrometry work. (Horizons is JPL's service for ephemerides.)

dstndstn avatar Nov 18 '24 20:11 dstndstn

@dstndstn Thanks for the explanation! I will just remove this file from the Debian package.

olebole avatar Nov 19 '24 08:11 olebole