You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
This does not work because if a direct install is not available from indexes, the resolver throws ResolutionImpossible on that package because it cannot find any mat
Maybe we can simply do ExplicitRequirement(self.base) here? Does this affect packages found on indexes?
Another solution here would be to include the direct install as a candidate in find_matches. This means we need to resolve all direct references eagerly, and yield them at the right location (likely just after the already installed candidate). I think this actually makes sense?
The text was updated successfully, but these errors were encountered:
Context: #8146 (comment)
Some unorganised thoughts:
ResolutionImpossible
on that package because it cannot find any matExplicitRequirement(self.base)
here? Does this affect packages found on indexes?find_matches
. This means we need to resolve all direct references eagerly, and yield them at the right location (likely just after the already installed candidate). I think this actually makes sense?The text was updated successfully, but these errors were encountered: