You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
After a clean install of SORA (v0.1) and Anaconda (v2020.02) on OSX Catalina, I got these two warnings:
WARNING: WrongDBMModuleWarning: Existing astropy cache is in an unsupported format, either install the appropriate package or use astropy.utils.data.clear_download_cache() to delete the whole cache; db type is dbm.gnu, but the module is not available [astropy.utils.data]
WARNING: leap-second auto-update failed due to the following exception: WrongDBMModule('Existing astropy cache is in an unsupported format, either install the appropriate package or use astropy.utils.data.clear_download_cache() to delete the whole cache; db type is dbm.gnu, but the module is not available') [astropy.time.core]
This happens to all provided exemples. The notebooks seem to run properly, though.
I'm unsure wether the code should address this issue or not.
The text was updated successfully, but these errors were encountered:
It seems this happens when you changes the environment of the use of astropy, for instance, from pip-based to conda-based. And it tries to read the cache whish is in another format.
Which version of Astropy are you using? They seem to already have made some modification concerning this warning: astropy/astropy#9656.
Anyway. I think this should happen only once. Have you tried again to see if the warning reappears? Also, maybe try to clean the cache using astropy.utils.data.clear_download_cache() as it is suggested.
After a clean install of SORA (v0.1) and Anaconda (v2020.02) on OSX Catalina, I got these two warnings:
WARNING: WrongDBMModuleWarning: Existing astropy cache is in an unsupported format, either install the appropriate package or use astropy.utils.data.clear_download_cache() to delete the whole cache; db type is dbm.gnu, but the module is not available [astropy.utils.data]
WARNING: leap-second auto-update failed due to the following exception: WrongDBMModule('Existing astropy cache is in an unsupported format, either install the appropriate package or use astropy.utils.data.clear_download_cache() to delete the whole cache; db type is dbm.gnu, but the module is not available') [astropy.time.core]
This happens to all provided exemples. The notebooks seem to run properly, though.
I'm unsure wether the code should address this issue or not.
The text was updated successfully, but these errors were encountered: