Opened 5 years ago
Closed 5 years ago
#60222 closed defect (fixed)
py-astroquery missing dependency
Reported by: | odysseus9672 (Sean Lake) | Owned by: | reneeotten (Renee Otten) |
---|---|---|---|
Priority: | Normal | Milestone: | |
Component: | ports | Version: | 2.6.2 |
Keywords: | Cc: | ||
Port: | py-astroquery py-keyring |
Description
I have installed py37-astroquery. When I try to run the following command
from astroquery.irsa import Irsa
I get a ModuleNotFoundError
for importlib_metadata
. Installing py37-importlib-metadata fixes the error.
Change History (2)
comment:1 Changed 5 years ago by reneeotten (Renee Otten)
Owner: | set to reneeotten |
---|---|
Port: | py-astroquery py-keyring added |
Status: | new → accepted |
comment:2 Changed 5 years ago by reneeotten (Renee Otten)
Resolution: | → fixed |
---|---|
Status: | accepted → closed |
Note: See
TracTickets for help on using
tickets.
hi Sean, sorry for the trouble. When trying to reproduce your error I got the following backtrace:
so even though it manifests itself when doing an import for the
astroquery
, it is, in fact, caused bypy-keyring
and I checking that I see that I didn't update its dependencies correctly. Will fix shortly.Thanks for the report!