BDNYC / sedkit

Spectral energy distribution construction and analysis tools
MIT License
16 stars 13 forks source link

Astroquery Issue #65

Closed caganze closed 3 years ago

caganze commented 3 years ago

Hi,

I am currently attempting to fit a mid-m Dwarf using this package, which version of astroquery should I use? The installation was done with pip install.

I am getting the following error when I try to import the package

Traceback` (most recent call last): File "<stdin>", line 1, in <module> File "/Users/caganze/opt/anaconda3/envs/sed_env/lib/python3.9/site-packages/sedkit/__init__.py", line 11, in <module> from .catalog import Catalog File "/Users/caganze/opt/anaconda3/envs/sed_env/lib/python3.9/site-packages/sedkit/catalog.py", line 22, in <module> from .sed import SED File "/Users/caganze/opt/anaconda3/envs/sed_env/lib/python3.9/site-packages/sedkit/sed.py", line 28, in <module> from svo_filters import svo File "/Users/caganze/opt/anaconda3/envs/sed_env/lib/python3.9/site-packages/svo_filters/__init__.py", line 1, in <module> from .svo import Filter File "/Users/caganze/opt/anaconda3/envs/sed_env/lib/python3.9/site-packages/svo_filters/svo.py", line 17, in <module> from astroquery.svo_fps import SvoFps ModuleNotFoundError: No module named `'astroquery.svo_fps'

My current astroquery version is 0.4.1 Python version 3.9.2

Thank you for maintaining this package

caganze commented 3 years ago

This is fixed if Install by cloning the repository