Kaggle / kaggle-api

Official Kaggle API
Apache License 2.0
6.01k stars 1.06k forks source link

Fix GeneratePythonLibrary.sh script flow (`hatch run compile`) #563

Closed jmasukawa closed 2 months ago

jmasukawa commented 2 months ago

Issues:

Fix:

Screen capture of the flow after this change was made: k-api-compile-fixed

note at the end there's no generated diffs compared to what's checked in! 🙌

Philmod commented 2 months ago

Sorry about that! I'm wondering if that's because I implemented the migration/change on my mac?

jmasukawa commented 2 months ago

Sorry about that! I'm wondering if that's because I implemented the migration/change on my mac?

@Philmod ahh that explains a lot. no problem! it's good to catch this experience, since if the community tries to develop on the API they will hit similar things, when coming from different OS.

we talked about it internally, and we think the right answer is to have a public docker container for development on the API so everything is consistent.