floydwch / kaggle-cli

(Deprecated, use https://github.com/Kaggle/kaggle-api instead) An unofficial Kaggle command line tool.
MIT License
674 stars 91 forks source link

No such file, ".kaggle-cli/browser.pickle" #44

Closed ankitdhall closed 7 years ago

ankitdhall commented 7 years ago

I tried to use the CLI to download a dataset, kg download -c ml-project-1 -u username -p password But received this error: [Errno 2] No such file or directory: '/home/user/.kaggle-cli/browser.pickle'

This is in a miniconda environment. I have access to the competition online but am unable to download the data using the CLI. It would be great help if this issue could be resolved.

Thanks, Ankit

floydwch commented 7 years ago

Thanks for the report, it should be fixed via https://github.com/floydwch/kaggle-cli/commit/96684213600375ad9f57467f038e423d382bc7a1 . Please reinstall kaggle-cli.

ankitdhall commented 7 years ago

Thanks for the quick response. :+1: