Control: tags -1 patch Hi Nilesh, Vincent,
from astropy's CHANGES.rst, version 4.3: * astropy.utils.data.get_pkg_data_path is publicly scoped (previously the private function _find_pkg_data_path) for obtaining file paths without checking if the file/directory exists, as long as the package and module do. [#11006]This should be the replacement. And this is the patch in astroquery that fixes it:
https://github.com/astropy/astroquery/commit/cfb75e1e50.patch Cheers Ole