강의

멘토링

커뮤니티

Inflearn Community Q&A

hanswok2597's profile image
hanswok2597

asked

Learn Data Science with Kaggle Practice

Search, download, participate in competitions and view records with the official Kaggle API

윈도우즈10 캐글api 에러

Written on

·

331

0

아나콘다 환경에서 pip install kaggle로 설치한 후 

다운받은 token을 .kaggle파일에 직접 옮겼습니다.

그런 후

chmod 600 ~/.kaggle/kaggle.json

명령어를 입력했는데 'chmod'은(는) 내부 또는 외부 명령, 실행할 수 있는 프로그램, 또는 배치 파일이 아닙니다.

라면서 실행되지않고 kaggle을 실행시키면

usage: kaggle [-h] [-v] {competitions,c,datasets,d,kernels,k,config} ...

kaggle: error: the following arguments are required: command

!kaggle config path를 진행해도

usage: kaggle config [-h] {view,set,unset} ... kaggle config: error: argument command: invalid choice: 'path' (choose from 'view', 'set', 'unset')

이렇게 나오면서 계속 에러가 뜨는데 어떻게 해결해야하나요ㅠㅠ

kaggle

Answer

This question is waiting for answers
Be the first to answer!
hanswok2597's profile image
hanswok2597

asked

Ask a question