Kaggle / kaggle-api

Official Kaggle API
Apache License 2.0
6.28k stars 1.1k forks source link

[FIX] authenticate error message #417

Closed V0lantis closed 2 years ago

V0lantis commented 2 years ago

The error was printing incorrect informations message while authenticating the user:

raise IOError('Could not find {}. Make sure it\'s located in'
OSError: Could not find kaggle.json. Make sure it's located in /Users/arthurvolant/.kaggle. Or use the environment method.

while actually authenticate was looking for /Users/arthurvolant/.kaggle/kaggle.json