Pip install kaggle works fine, but kg command not found?

I installed kaggle-cli just fine .. everything went smoothly or so pip says.

But when I try to run a command kgor justkg --version

I get kg command not found

I see kaggle in system packages python, and all the files pyand pycthere. But, like no bin directory or anything else.

I tried to find a similar problem on the Internet without success - so I thought that I would try here.

I am in an ubuntu application for Windows 10. Everything else in terms of python, keras, anano..etc for my machine learning equipment works very well.

+6
source share
1 answer

, , Kaggle API, kaggle-cli. pip install kaggle API, :

kaggle competitions {list, files, download, submit, submissions}

kaggle datasets {list, files, download, create, version, init}

kaggle config {view, set, unset}

. API " " Kaggle.

+28

All Articles