Skip to content

Bug PythonDepManager: Dependencies re-installed on every run due to name mismatch #656

@HavenCTO

Description

@HavenCTO

Dependencies reinstall every run because PythonDepManager fails to map import names (e.g., package_name) to distribution names (e.g., package-name), preventing it from detecting existing installations.

Fix: Normalize package naming to handle _ vs. - differences.

originally brought up here - #584 (comment)

Metadata

Metadata

Assignees

No one assigned

    Labels

    No labels
    No labels

    Type

    No type

    Projects

    No projects

    Milestone

    No milestone

    Relationships

    None yet

    Development

    No branches or pull requests

    Issue actions