When i was trying to install kaggle api (pip install kaggle), it showed an error message:
complete output from command python setup.py egg_info: command "python setup.py egg_info" failed with error code 1 in C:\Users\harry\AppData\Local\Temp\pip-install-a2tpgb17\kaggle\
I tried downloading the tar.gz file and using pip to install it and got the same error message.
Then I tried to use python setup.py install and the process did seem to be finished. But then when I checked the kaggle package, it still didn't exist.
Then I tried to install ez_setup as it is also a tar.gz file and it also didn't work.
Please help