Difficulty accessing dandisets in conda environment #45
-
Hello! I need to access a couple of dandisets(.nwb files), and I'm currently using the Spyder GUI (Python 3.8, conda), so I chose to use Essentially, if I use Again, this happens regardless of which command I use to install the dandi library in the first place. I have also tried to use different methods from the NWB website without much success, but perhaps that's simply because I don't fully understand the documentation. Any help would be much appreciated! |
Beta Was this translation helpful? Give feedback.
Replies: 1 comment 2 replies
-
The "invalid syntax" error suggests that you're trying to run |
Beta Was this translation helpful? Give feedback.
The "invalid syntax" error suggests that you're trying to run
dandi download
from within a Python REPL. That's not right; you need to run it directly from a command-line shell.