Replies: 1 comment 1 reply
-
Looking at this further, it appears that the A similar problem appear in another project that also leveraged these same two dependencies. Doing a |
Beta Was this translation helpful? Give feedback.
1 reply
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
-
poetry is failing to resolve dependencies with the following error:
The package registry however does contain version 0.2.1 of "SA" referenced above, which has the dependency:
and the same "toolchain" package registry contains version 1.4.4 of ML (as well as others). So the assertion on line 5 should be satisfied.
I do not understand what is being reported on lines 6 and 7, and I do not understand why it reports no matches on line 7. Somehow it is requiring a version of SA >0.2.1 when it seems the constraint should be SA >=0.2.1.
If someone could shed some light on this, that would be greatly appreciated. While I have simplified the problem here, we are seeing this pattern with these packages in broader contexts and clearly something is awry somewhere.
If relevant, both the "SA" and "ML" libraries are coming from the same private package registry "toolchain".
Beta Was this translation helpful? Give feedback.
All reactions