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
When installing ExoCTK, I used the exoctk.utils.download_exoctk_data() function to fetch the data and encountered a FileNotFoundError on groups_integrations.tar.gz. I think the problem is that this file is listed twice in the DATA_URLs dictionary in utils.py, so the tar file gets uncompressed, deleted, and then the function looks for it again.
The text was updated successfully, but these errors were encountered:
When installing ExoCTK, I used the exoctk.utils.download_exoctk_data() function to fetch the data and encountered a FileNotFoundError on groups_integrations.tar.gz. I think the problem is that this file is listed twice in the DATA_URLs dictionary in utils.py, so the tar file gets uncompressed, deleted, and then the function looks for it again.
The text was updated successfully, but these errors were encountered: