astroquery icon indicating copy to clipboard operation
astroquery copied to clipboard

noirlab API outdated?

Open carlos-contreras-velasquez opened this issue 5 years ago • 1 comments

When I run this example: https://astroquery.readthedocs.io/en/latest/noirlab/noirlab.html

I get this error message:

  File "/usr/local/lib/python3.7/site-packages/astroquery/noirlab/core.py", line 67, in _validate_version 
    raise Exception(msg) 
Exception: The astroquery.noirlab module is expecting an older version of the https://astroarchive.noao.edu API services. Please upgrade to latest astroquery.  Expected version
 2.0 but got 3.0 from the API.

It looks like noirlab API needs some update.

I think this is a duplicate of #2081 (the latter was posted later, but that has more discussion).

privong avatar Jun 29 '22 17:06 privong