Skip to content
This repository was archived by the owner on Aug 3, 2022. It is now read-only.
This repository was archived by the owner on Aug 3, 2022. It is now read-only.

Example pip9 dependency resolution problem with packages: cherrypy, cheroot, six #2

@matt-hammond-001

Description

@matt-hammond-001

See pypa/pip#4887 for example of dependency resolution problem with pip9 between cherrypy, cheroot and six. To reproduce:

$ pip uninstall cherrypy cheroot six
$ pip install six==1.10.0
$ pip install cherrypy==11.0.0
$ pip check
cheroot 5.10.0 has requirement six>=1.11.0, but you have six 1.10.0.

( Re-reporting, as requested in pypa/pip#988 (comment) )

Metadata

Metadata

Assignees

No one assigned

    Labels

    old resolver reportReports of situations, when the current pip resolver does not select the correct versions.

    Projects

    No projects

    Milestone

    No milestone

    Relationships

    None yet

    Development

    No branches or pull requests

    Issue actions