In preparing a fix for https://github.com/Kaggle/kaggle-api/issues/574, I noticed that hatch run install-deps did not install all of the necessary dependencies, causing hatch run compile to fail halfway through and leave all the generated code deleted.
It appears that in addition to the list yapf3 and python3-yapf packages, at least unzip, python3-toml, and java are also needed.
In preparing a fix for https://github.com/Kaggle/kaggle-api/issues/574, I noticed that
hatch run install-deps
did not install all of the necessary dependencies, causinghatch run compile
to fail halfway through and leave all the generated code deleted.It appears that in addition to the list yapf3 and python3-yapf packages, at least unzip, python3-toml, and java are also needed.
Happy to submit a PR for this.