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
So actually the error message is correct, but it is a bit hard to wrap your head around, I agree :)
So it's saying basically:
requests < 2.1 can be installed with: 2.0.1, 2.0.0 requests > 2.2 can be installed with: 2.2.1 up to 2.31.0, but these conflict with the versions reported in the previous VersionSet
We could have a look at making this clearer, I suppose collapsing the versions in a range would help. @notatallshaw any other ideas?
This example is obvious but it can get more complicated quickly:
It appears to be saying that "2.3.0" is not compatible with the spec "requests > 2.2". Which is ofcourse incorrect.
Also would it be possible to put a check in before going out to the index to see if two top level requirements are mutually incompatible?
The text was updated successfully, but these errors were encountered: