-
Notifications
You must be signed in to change notification settings - Fork 91
List Index out of Range when trying to download #57
Comments
The code in the repo has been updated over the weekend: do a new |
Might be duplicated with #55 . Can you provide the version? |
Looks like a duplicate issue sorry. When I hit pip though, it does not update to 12.11 - just says requirements already satisfied (Conda 3.6). |
try |
I still get a list index out of range error after upgrading kaggle-cli Installing collected packages: kaggle-cli kg --version Are others still having issues with the recent changes? |
The newest version that I have is 0.12.10 Are you using any virtual environments? |
My current version is 0.12.11 but kg submit gives "list index out of range" |
Hi @rgalbo I am using a virtual environment |
How is your kaggle account configured? Do you login with uname + password or do you have it linked to another account (google, github, facebook) |
Hi @rgalbo I log in with uname + password. I just did another upgrade on my machine and it seems to have fixed it. All good now 👍 Thanks for your time and support. |
Hello,
I've set the global config as:
kg config -g -u obeavers -p password -c dogs-vs-cats-redux-kernel-edition
When I go to call :
kg download -v
It returns:
Starting new HTTPS connection (1): www.kaggle.com
https://www.kaggle.com:443 "GET /account/login HTTP/1.1" 200 3452
list index out of range
Am I doing something wrong here? I have accepted the terms of the contest.
Thx.
The text was updated successfully, but these errors were encountered: