Troubleshooting¶
uv: command not found¶
Install uv and reopen your terminal.
Dependency resolution fails¶
From project directory:
Kaggle auth error (causal project)¶
Check:
Notebook doesn't open or validate¶
Reinstall notebook dependencies and validate JSON format:
MkDocs build fails¶
Run strict docs build to surface the first error:
If dependency resolution fails, retry:OpenAPI check fails in API showcases¶
If openapi-check reports drift, regenerate and re-check:
API docs page shows stale schema¶
Refresh project OpenAPI files and copy them into docs assets:
make -C projects/ranking-api-productization-showcase export-openapi
make -C projects/demand-api-observability-showcase export-openapi
cp projects/ranking-api-productization-showcase/openapi.json docs/api/assets/openapi/ranking-api.json
cp projects/demand-api-observability-showcase/openapi.json docs/api/assets/openapi/demand-api.json
make docs-check
GitHub Pages site is not updating¶
Check that:
- GitHub Pages source is set to
GitHub Actionsin repository settings. - The
Docs Pagesworkflow completed successfully onmain. make docs-checkpasses locally before pushing.
TLC demand run fails due to missing data¶
For nyc-demand-forecasting-foundations-showcase, download sample TLC files first:
Tests fail only on one project¶
Run commands inside that project to isolate:
make check-contracts takes longer than expected¶
This command may generate missing artifacts before validating contracts. This is expected on a fresh checkout.
To isolate one supervised project:
Contract verification fails in one supervised project¶
Regenerate local artifacts and retry:
Then rerun at root: