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

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

Open
gausseuler60 opened this issue Feb 8, 2021 · 7 comments

Comments

@gausseuler60
Copy link

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
Copy link

YuleYu commented Jun 4, 2021

So am I.

@Emalude
Copy link

Emalude commented Aug 12, 2021

Same here

@neuromusic
Copy link
Owner

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
Copy link
Author

Yes, it was run under Windows.

@nastya236
Copy link

Did somebody find the solution?

@sydddl
Copy link

sydddl commented Mar 27, 2023

Yes, i think it can't run under Win

@hglee98
Copy link

hglee98 commented Nov 11, 2023

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>

hglee98 added a commit to hglee98/crcnsget that referenced this issue Nov 11, 2023
This commit address the issue neuromusic#7 that some people couldn't download datasets by facing the error like " AttributeError: module 'crcnsget' has no attribute 'download' "
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Projects
No open projects
Status: No status
Development

No branches or pull requests

7 participants