Summary
Please add first-class support for running graphify with uv.
Problem
graphify currently assumes a plain python3 workflow. In uv-managed environments,
this can cause interpreter mismatches or install/runtime failures.
Request
It would help if graphify could:
- detect and support
uv run python
- document
uv as a supported workflow
- avoid relying only on
python3 resolution
Why
uv run python is often the most reliable interpreter in modern Python setups,
especially when python3 points to a different environment than the one the user
expects.
Summary
Please add first-class support for running
graphifywithuv.Problem
graphifycurrently assumes a plainpython3workflow. Inuv-managed environments,this can cause interpreter mismatches or install/runtime failures.
Request
It would help if
graphifycould:uv run pythonuvas a supported workflowpython3resolutionWhy
uv run pythonis often the most reliable interpreter in modern Python setups,especially when
python3points to a different environment than the one the userexpects.