DashboardsentrySentry venv setup requires tools.fast_e…

Sentry venv setup requires tools.fast_editable — pip install -e fails

Category: gotcha
Confidence: 0.90
ID: 019d9aa8-79d1-7d32-85d5-d477d5326209
Project ID: 702228c8-56bc-4694-8d5a-174ac2f29105
Cross-project: No
Recalled in other projects: 0
Source session: (none)
Created: 2026-07-30 15:46:04
Updated: 2026-07-30 15:46:04

Content

Sentry dev env setup gotchas: pip install -e . fails — use python3 -m tools.fast_editable --path ../getsentry after uv sync. Devenv expects .devenv/sync.py but getsentry uses devenv/sync.py — symlink. Needs ~/.config/sentry-devenv/config.ini with [devenv] coderoot=/path. Coder VMs have stale .venvrm -rf .venv && devenv sync. Port conflicts: fuser -k 8000/tcp.

Move to: