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

ubuntu22.04にKaggle clientをインストールする方法が分からない #10

Closed
tacsotai opened this issue Feb 16, 2023 · 5 comments

Comments

@tacsotai
Copy link

tacsotai commented Feb 16, 2023

以下コマンドを叩くのはいいのだが、依存性モジュールがないだとどうの言われてそれを解決するものが欲しい。
環境はUbuntu22.04 server on lxd.

pip install kaggle-cli
@tacsotai tacsotai changed the title ubuntu22.04にKaggle clientwo ubuntu22.04にKaggle clientをインストールする方法が分からない Feb 16, 2023
@tacsotai
Copy link
Author

Installing collected packages: lxml, beautifulsoup4, python-utils, pbr, cssselect, configparser, cmd2, stevedore, progressbar2, MechanicalSoup, cliff, kaggle-cli
Running setup.py install for lxml ... error
error: subprocess-exited-with-error

× Running setup.py install for lxml did not run successfully.
│ exit code: 1
╰─> [775 lines of output]
Building lxml version 4.0.0.

@upura
Copy link
Collaborator

upura commented Feb 16, 2023

floydwch/kaggle-cli#79 に同様の issue がありました。lxml のバージョン指定を外すことで上手くいった事例があるようです。

@smly
Copy link
Owner

smly commented Feb 16, 2023

kaggle-cli は初めて知りました。名前が紛らわしいですがこちらはパスワードを平文で扱う非公式ツールであるため、kaggle 公式の CLI ツールの利用をお勧めします。公式ツールは kaggle のアカウントページから発行したトークンによって認証を行うため、より安全です。

pip install kaggle

@tacsotai
Copy link
Author

ありがとうございます。そもそも

pip install kaggle-cli

ではなく

pip install kaggle

を使用するということで了解しました。本Issueは閉じさせていただきます。

@smly
Copy link
Owner

smly commented Feb 16, 2023

ご質問いただきありがとうございました!分かりづらい点など参考になり助かります。

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

3 participants