We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
Hi,
Infinite loop when I try to add LibUtil to MainPackage:
LibUtil
Command:
poetry -vvv add git+https://github.com/XXX/LibUtil#master
Output:
1: conflict: LibA (1.2) depends on LibUtil (0.3.0) 1: ! LibA (1.2) @ git+https://github.com/XXX/LibA@master is partially satisfied by not LibA (1.2) @ git+https://github.com/XXX/LibA@master 1: ! which is caused by "LibA (1.2) @ git+https://github.com/XXX/LibA@master depends on LibUtil (0.3.0) @ git+https://github.com/XXX/LibUtil@master" 1: ! thus: LibA (1.2) @ git+https://github.com/XXX/LibA@master requires LibUtil (0.3.0) @ git+https://github.com/XXX/LibUtil@master 1: ! LibA (1.2) @ git+https://github.com/XXX/LibA@master is partially satisfied by not LibA (1.2) @ git+https://github.com/XXX/LibA@master 1: ! which is caused by "LibA (1.2) @ git+https://github.com/XXX/LibA@master depends on LibUtil (0.3.0) @ git+https://github.com/XXX/LibUtil@master" 1: ! thus: LibA (1.2) @ git+https://github.com/XXX/LibA@master requires LibUtil (0.3.0) @ git+https://github.com/XXX/LibUtil@master 1: ! LibA (1.2) @ git+https://github.com/XXX/LibA@master is partially satisfied by not LibA (1.2) @ git+https://github.com/XXX/LibA@master 1: ! which is caused by "LibA (1.2) @ git+https://github.com/XXX/LibA@master depends on LibUtil (0.3.0) @ git+https://github.com/XXX/LibUtil@master" 1: ! thus: LibA (1.2) @ git+https://github.com/XXX/LibA@master requires LibUtil (0.3.0) @ git+https://github.com/XXX/LibUtil@master ....
How can i solve this problem please ?
The text was updated successfully, but these errors were encountered:
if you don't provide a way to reproduce the problem then it's likely that no-one can help you.
This might be a duplicate of #7398 with a proposed fix at #7405
Sorry, something went wrong.
no reply, nothing to be done except assume it's a duplicate and close this out
This issue has been automatically locked since there has not been any recent activity after it was closed. Please open a new issue for related bugs.
No branches or pull requests
Hi,
Issue
Infinite loop when I try to add LibUtil to MainPackage:
LibUtil
as a direct dependency of MainPackage.Command:
Output:
How can i solve this problem please ?
The text was updated successfully, but these errors were encountered: