Related:
✦ Tips/2026-05-03Beginner
Fixing uv add Errors with Python ML Packages
Practical fixes for uv add failing with transformers, torch, numpy, and other ML packages — covering Python version mismatches, dependency conflicts, CUDA/CPU torch selection, and build errors.
▣ App Dev/2026-05-03Intermediate
Why `uv add transformers` Fails Inside Antigravity, and How to Actually Fix It
If `uv add transformers` errors out, or it succeeds but Antigravity's agent still throws ModuleNotFoundError, there are five distinct causes. Here is how to diagnose them in order.