Skip to content

issues Search Results · repo:sarugaku/resolvelib language:Python

Filter by

69 results
 (81 ms)

69 results

insarugaku/resolvelib (press backspace or delete to remove)

Here are the package set to be resolved 1. A==1 2. B # B@2 depends on D@2 and B@1 depends on D@1 3. C 4. D # D@2 depends on A@2 and D@1 depends on A@1 Assume the resolver resolves packages from top ...
  • frostming
  • 9
  • Opened 
    on Dec 2, 2024
  • #180

Installing pymssql from source With the following in pyproject.toml section [tool.pdm.resolution] respect-source-order = true no-binary = [ pymssql ] Using pdm version: 2.18.2 Same error on both Mac/Linux ...
  • alexanderepstein
  • 7
  • Opened 
    on Oct 31, 2024
  • #174

In a complex resolution the causes returned by _attempt_to_pin_criterion when rejecting a candidate are far too broad, if we take a look at the example in https://github.com/pypa/pip/issues/13037#issue-2605712321 ...
  • notatallshaw
  • 8
  • Opened 
    on Oct 24, 2024
  • #171

I tested 1.1.0b1 in pip and didn t find any bugs: https://github.com/pypa/pip/pull/13001
  • notatallshaw
  • Opened 
    on Oct 24, 2024
  • #170

Hi all, given the recent fixes to backjumping I am requesting a new release. I would like to vendor resolvelib early into pip comfortably before 24.3 so it can be sufficently tested. I also notice it ...
  • notatallshaw
  • 19
  • Opened 
    on Aug 1, 2024
  • #159

I have an idea to use pip-resolver-benchmarks and Pip code to create tests that could exactly model real world scenarios to test resolvelib. In particular I would want to add test cases from https://github.com/sarugaku/resolvelib/issues/134 ...
  • notatallshaw
  • 3
  • Opened 
    on Feb 10, 2024
  • #151

As the number of packages to resolve increases there appears to be an O(n sup 2 /sup ) calls to _is_current_pin_satisfying and I think, at least in some circumstances, it s possible to optimize this away. ...
  • notatallshaw
  • 4
  • Opened 
    on Dec 2, 2023
  • #147

Due to the iterative nature of resolvelib I don t think can be implemented without the involvement of the provider, and I ve not thought about what that API would look like yet, but at the moment the pattern ...
  • notatallshaw
  • Opened 
    on Dec 2, 2023
  • #146

I was looking at this issue here ( https://github.com/pypa/pip/issues/12305#issuecomment-1742127558) and realized that causes in the resolution step includes a lot of things which don t actually cause ...
  • notatallshaw
  • 1
  • Opened 
    on Oct 1, 2023
  • #139
Issue origami icon

Learn how you can use GitHub Issues to plan and track your work.

Save views for sprints, backlogs, teams, or releases. Rank, sort, and filter issues to suit the occasion. The possibilities are endless.Learn more about GitHub Issues
ProTip! 
Press the
/
key to activate the search input again and adjust your query.
Issue origami icon

Learn how you can use GitHub Issues to plan and track your work.

Save views for sprints, backlogs, teams, or releases. Rank, sort, and filter issues to suit the occasion. The possibilities are endless.Learn more about GitHub Issues
ProTip! 
Restrict your search to the title by using the in:title qualifier.
Issue search results · GitHub