You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
I have encountered an issue with downloading the taskonomy dataset. The website prompts me to provide a user name and email address, which I find a bit challenging.
I was wondering if you could kindly share with me how you managed to download the dataset, or if there is any alternative download channel that you could recommend. I would be extremely grateful for any help or guidance you could provide.
error: if not (name and email_valid(email)): raise ValueError("In order to use --agree_all you must also supply a name and valid email through the args --name NAME and --email USER@DOMAIN)")
ValueError: In order to use --agree_all you must also supply a name and valid email through the args --name NAME and --email USER@DOMAIN
The text was updated successfully, but these errors were encountered:
omnitools.download all --components taskonomy --subset tiny --dest $dest_dir --connections_total 40 --agree_all --email [email protected] --name name
just change $dest_dir as the directory, email address as yours, and name(be careful, it should be just a word like john).
I have encountered an issue with downloading the taskonomy dataset. The website prompts me to provide a user name and email address, which I find a bit challenging.
I was wondering if you could kindly share with me how you managed to download the dataset, or if there is any alternative download channel that you could recommend. I would be extremely grateful for any help or guidance you could provide.
error: if not (name and email_valid(email)): raise ValueError("In order to use --agree_all you must also supply a name and valid email through the args --name NAME and --email USER@DOMAIN)")
ValueError: In order to use --agree_all you must also supply a name and valid email through the args --name NAME and --email USER@DOMAIN
The text was updated successfully, but these errors were encountered: