Closed ivenzor closed 4 weeks ago
@jpl-jengelke @tamimfatahi I guess we could change import importlib_metadata as metadata
for the standard library importlib.metadata
I could work later tonight on this, unless you are already working on this or if you prefer other alternatives to deal with this error.
Although
importlib_metadata
is listed in the requirements only for Python 3.6 and 3.7, it was still installed in Python 3.10 as a prerequisite forkeyring
, which is a dependency ofastroquery
. However, in Python 3.12importlib_metadata
is not installed as a dependency of any other package butimport_metadata
is still used inexotic/__init__.py