floydwch / kaggle-cli

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

Kaggle-cli installation dependency botocore fails #75

Closed AlexandruGH closed 6 years ago

AlexandruGH commented 6 years ago

Greetings to everyone, I am new in the field of machine learning competitions and I'm stuck with an error. After I executed pip install kaggle-cli, I got the following dependency error: botocore 1.9.22 has requirement python-dateutil<2.7.0,>=2.1, but you'll have python-dateutil 2.7.2 which is incompatible. I must mention that I tried to install earlier versions of python-dateutil but it still doesn't work. Thanks in advance!

AlexandruGH commented 6 years ago

Solved by typing: pip install "python-dateutil<2.7.0,>=2.1"