-
Hi, I am trying to download this dataset: https://dandiarchive.org/dandiset/000053 I installed dandi CLI using pip (I also tried with conda and ran into a different problem). I am using Linux. Here's the error: $ dandi download DANDI:000053/0.210819.0345
Error: cannot import name 'NWBFile' from 'pynwb' (unknown location) Thanks! |
Beta Was this translation helpful? Give feedback.
Replies: 4 comments 1 reply
-
if not already in a new virtual/conda env, would it be possible to try in a clean environment? seems like one of the two packages was not installed properly. |
Beta Was this translation helpful? Give feedback.
-
Thanks @satra . That worked. But now I am realizing the dataset is too large for me to download (> 1TB). Is there a way to load a subset of the ephys recording (I'm interested in the raw ephys traces). tag: @bendichter |
Beta Was this translation helpful? Give feedback.
-
Thanks @satra!
While that's downloading, I will check out the streaming option using the Python API. |
Beta Was this translation helpful? Give feedback.
-
@magland might be of interest a convenience we provided recently within edit: adding example now at dandi/dandi-cli#1250 |
Beta Was this translation helpful? Give feedback.
if not already in a new virtual/conda env, would it be possible to try in a clean environment? seems like one of the two packages was not installed properly.