Skip to content

Support uv-managed Python execution #328

@StevanusPangau

Description

@StevanusPangau

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.

Metadata

Metadata

Assignees

No one assigned

    Labels

    No labels
    No labels

    Projects

    No projects

    Milestone

    No milestone

    Relationships

    None yet

    Development

    No branches or pull requests

    Issue actions