Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

A note regarding Kaggle API installation #4

Open
OmaymaS opened this issue Jan 5, 2020 · 1 comment
Open

A note regarding Kaggle API installation #4

OmaymaS opened this issue Jan 5, 2020 · 1 comment

Comments

@OmaymaS
Copy link
Contributor

OmaymaS commented Jan 5, 2020

Just in case there's a possibility this would happen with other, we can add a note about it.

I have used Kaggle API with Windows before but I switched recently to Mac OS, and I'd highlight the following point with the first installation.

Issue: bash: kaggle: command not found error

My solution: I had to add alias kaggle="/Users/[my-user-name]/Library/Python/3.7/bin/kaggle" to .bash_profile coz this is my kaggle path.

Related issue: Kaggle/kaggle-api#59

@datalorax
Copy link

This was helpful. Thank you. Another issue that may be worth mentioning is that you have to go to the rules for the specific competition and accept them first, or you'll get 403 - Forbidden.

For example, for dogs vs cats, first accept the rules here: https://www.kaggle.com/c/dogs-vs-cats/rules

(at least this was the case for me)

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

No branches or pull requests

2 participants