Skip to content

Plugin not compatible with =>2022.8.13 of pipenv #716

Closed
@tylerzisk

Description

@tylerzisk

Issue Description

Currently the plugin is not compatible with any version of pipenv > 2022.8.13 as they have changed how the requirements.txt command is used.

The plugin currently calls pipenv lock --requirements --keep-outdated and starting with 2022.8.13 they have removed the -requirements and --keep-outdated flags and consolidated to pipenv requirements.

Not blaming the plugin as this seems like a very dumb and breaking change on part of the maintainers of pipenv.

The current workaround I have employed to my company's codebases is to set the install step of pipenv to use version 2022.8.5, as it is the last with the old syntax usage:

pip install pipenv==2022.8.5

Per their documentation:
Screen Shot 2022-08-15 at 1 22 14 PM

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