zazo icon indicating copy to clipboard operation
zazo copied to clipboard

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

Open matt-hammond-001 opened this issue 6 years ago • 3 comments

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 https://github.com/pypa/pip/issues/988#issuecomment-360846457 )

matt-hammond-001 avatar Jan 29 '18 11:01 matt-hammond-001

Thanks for filing this @matt-hammond-bbc!

I think this is already handled cleanly. I'll add a test for this and make sure.

pradyunsg avatar Jan 30 '18 05:01 pradyunsg

That is good to hear! Thanks @pradyunsg

matt-hammond-001 avatar Jan 30 '18 10:01 matt-hammond-001

@matt-hammond-bbc the pip team is currently working on the new dependency resolver and wants to better understand the circumstances under which the resolver fails.

To help us, would you be able to :

  1. Try the new resolver (use version 20.1, run --unstable-feature=resolver)
  2. Break it :P
  3. File an issue

You can find more information and more detailed instructions here

Thanks!

nlhkabu avatar May 20 '20 20:05 nlhkabu