Yup! The problem in Colab is its installing the 1.5.4 version of kaggle and not 1.5.6
Force installing it as follows is the only option and then everything runs as is!
!pip install --upgrade --force-reinstall --no-deps kaggle
Yup! The problem in Colab is its installing the 1.5.4 version of kaggle and not 1.5.6
Force installing it as follows is the only option and then everything runs as is!
!pip install --upgrade --force-reinstall --no-deps kaggle