-
Notifications
You must be signed in to change notification settings - Fork 150
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
Some metadata csv files don't get downloaded from EcephysProjectCachce.from_warehouse
#2753
Comments
Hi @kdharris101, this is a similar but different error to yours #2751 To move forward with a project I am working on I think I just need the four metadata csv files for the neuropixels visual coding dataset - I've also reached out to @jsiegle about trying to get this data. Thanks! |
Hi @jkbhagatio, thanks for tagging me in this. For anyone experiencing this issue, the relevant CSV files can be manually downloaded here. However, I'm not able to replicate this with a clean install of the AllenSDK (Windows 10, Python 3.11). The initial download is slower than I'd expect (about 2 minutes), but all of the files eventually show up. Is it possible there's something else in your environment that is affecting these downloads? |
This looks like the same issue as #2742 |
My error wasn't actually a real problem - it was just taking very long for the files to download (like 5 minutes or more) and there was no message saying it was loading or please wait, so i thought it had hung. After waiting long enough everything worked fine. So i closed #2751 and opened #2752 that suggests adding a progress bar for downloads. |
Ah yes @jsiegle sorry somehow I missed this issue when I searched for similar issues - yes it is basically the same issue, except that in my case python actually completes execution and I am able to run additional commands (not sure if the download is still trying to be attempted / executed in the background) |
@jkbhagatio no worries, I was just tagging the other issue so it's visible to whoever ends up addressing this. And @kdharris101 I definitely agree a progress bar would be ideal here! |
Describe the bug
Following this tutorial, I get an error when getting to the
cache.get_session_table()
command:Upon checking my data directory, I see only
probes.csv
andsessions.csv
have been downloaded, andunits.csv
andchannels.csv
are missing. I've tried re-running many times, and still these files do not get downloaded.Environment (please complete the following information):
Additional context
Add any other context about the problem here.
Do you want to work on this issue?
Are you willing and able to fix this bug? If so, let us know here (and see the guide). Thank you!
The text was updated successfully, but these errors were encountered: