-
Notifications
You must be signed in to change notification settings - Fork 5
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
Comments
So am I. |
Same here |
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? |
Yes, it was run under Windows. |
Did somebody find the solution? |
Yes, i think it can't run under Win |
I think I resolve the issue.
|
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' "
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'
The text was updated successfully, but these errors were encountered: