neuromusic / crcnsget

cli for downloading data from crcns.org
Other
30 stars 5 forks source link

Unable to download anything. AttributeError: module 'crcnsget' has no attribute 'download' #7

Open gausseuler60 opened 3 years ago

gausseuler60 commented 3 years ago

When I try to download any dataset, I have an error message: Traceback (most recent call last): File "C:\Users\1\AppData\Local\Programs\Python\Python36-32\Scripts\crcnsget-sc ript.py", line 33, in sys.exit(load_entry_point('crcnsget==0.1.0', 'console_scripts', 'crcnsget')( )) File "C:\Users\1\AppData\Local\Programs\Python\Python36-32\lib\site-packages\c lick\core.py", line 829, in call return self.main(args, kwargs) File "C:\Users\1\AppData\Local\Programs\Python\Python36-32\lib\site-packages\c lick\core.py", line 782, in main rv = self.invoke(ctx) File "C:\Users\1\AppData\Local\Programs\Python\Python36-32\lib\site-packages\c lick\core.py", line 1066, in invoke return ctx.invoke(self.callback, ctx.params) File "C:\Users\1\AppData\Local\Programs\Python\Python36-32\lib\site-packages\c lick\core.py", line 610, in invoke return callback(args, **kwargs) File "C:\Users\1\AppData\Local\Programs\Python\Python36-32\lib\site-packages\c rcnsget\cli.py", line 16, in main crcnsget.download(dataset,username,password) AttributeError: module 'crcnsget' has no attribute 'download'

YuleYu commented 3 years ago

So am I.

Emalude commented 2 years ago

Same here

neuromusic commented 2 years ago

Sorry for missing this issue, folks! Happy to look into it.

It looks like @gausseuler60 ran into this on Windows w/ Python 3.6... what are others running?

gausseuler60 commented 2 years ago

Yes, it was run under Windows.

nastya236 commented 1 year ago

Did somebody find the solution?

sydddl commented 1 year ago

Yes, i think it can't run under Win

hglee98 commented 7 months ago

I think I resolve the issue. In my case, I cloned this github repository and installed the 'crcnsget' in developer mode. Here are commands that I used.

git clone https://github.com/neuromusic/crcnsget.git
cd crcnsget
pip install -e .
crcnsget --username <username> --dataset <path to dataset>