Skip to content

pip install runs every time for packages with underscores in the name #258

@rpocase

Description

@rpocase

Pip freeze replaces underscores in package names with with hyphens. The grep regex does not take this into account, so it will always try to install packages with underscores in the package name.

E.g, for websocket_client
$pip freeze
websocket-client==0.32.0

Package name needs to have underscores replaced with hyphens when used in $grep_regex in pip.pp.

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