Skip to content

[BUG] Bundle venv creates editable installs with Poetry 2.3.0+ #159

@Imer45

Description

@Imer45

Description

Poetry 2.3.0 changed installer.re-resolve default from true to false. This causes poetry bundle venv to install path dependencies as editable, breaking portable bundles.

Workaround

Set the environment variable before running the bundle command:

POETRY_INSTALLER_RE_RESOLVE=true poetry bundle venv ./bundled_output

Related

Metadata

Metadata

Assignees

No one assigned

    Labels

    No labels
    No labels

    Type

    No type
    No fields configured for issues without a type.

    Projects

    No projects

    Milestone

    No milestone

    Relationships

    None yet

    Development

    No branches or pull requests

    Issue actions