Kaggle mnist Dataset download issue

I am trying to download the digit recognizer mnist dataset from kaggle on jupyter notebook

->. !pip install git+https://github.com/floydwch/kaggle-cli.git
->. !kg download -u ‘abc@.com’ -p ‘xxxx’ -c digit-recognizer

using the above command . But it shows me the following error:-

‘Response’ object has no attribute ‘soup’

Pls Help!
Thanks!!

Hi …this tool is deprecated you need to use the new Kaggle API instead

Alright ! thanks:)

1 Like