Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

datadep hanging #145

Closed
juliohm opened this issue Aug 26, 2021 · 1 comment
Closed

datadep hanging #145

juliohm opened this issue Aug 26, 2021 · 1 comment

Comments

@juliohm
Copy link

juliohm commented Aug 26, 2021

I don't know what is happening but the following datadeps script is hanging for me:

using DataDeps # v0.7.7

# skip prompt when downloading dataset
ENV["DATADEPS_ALWAYS_ACCEPT"] = "true"
        
# register dataset
register(DataDep("NewZealand",
    "Taranaki Basin Curated Well Logs",
    "https://zenodo.org/record/3832955/files/taranaki-basin-curated-well-logs.tar.gz",
    "608f7aad5a4e9fded6441fd44f242382544d3f61790446175f5ede83f15f4d11",
    post_fetch_method=DataDeps.unpack))

# download
datadep"NewZealand"
@juliohm
Copy link
Author

juliohm commented Aug 26, 2021

Nevermind, it seems to be downloading the file just fine, it is taking much longer than what I expected (my internet connection is in turtle mode today). It would be nice to have a progress bar though to indicate that things are working as expected.

I will re-open the issue in case it is not a slow internet connection issue.

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

No branches or pull requests

1 participant