Skip to content
New issue

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

Dependency resolution failure due to misunderstanding extras with incompatible variants #3022

Closed
3 tasks done
michamos opened this issue Oct 1, 2020 · 1 comment · Fixed by #3080
Closed
3 tasks done
Labels
area/solver Related to the dependency resolver kind/bug Something isn't working as expected

Comments

@michamos
Copy link

michamos commented Oct 1, 2020

  • I am on the latest Poetry version.
  • I have searched the issues of this repo and believe that this is not a duplicate.
  • If an exception occurs when executing a command, I executed it again in debug mode (-vvv option).

Issue

When trying to install invenio-search with extras = ["elasticsearch7"], dependency resolution fails. From the log of poetry install -vvv, it looks like poetry thinks that all elaststicsearch* extras should be installed simultaneously, whereas they are mutually exclusive in the invenio-search setup.py.

@michamos michamos added kind/bug Something isn't working as expected status/triage This issue needs to be triaged labels Oct 1, 2020
@finswimmer finswimmer added the area/solver Related to the dependency resolver label Oct 1, 2020
abn added a commit to abn/poetry that referenced this issue Oct 2, 2020
abn added a commit to abn/poetry that referenced this issue Oct 2, 2020
abn added a commit to abn/poetry that referenced this issue Oct 2, 2020
finswimmer pushed a commit that referenced this issue Oct 5, 2020
abn added a commit to abn/poetry that referenced this issue Oct 5, 2020
finswimmer pushed a commit that referenced this issue Oct 5, 2020
@abn abn removed the status/triage This issue needs to be triaged label Mar 3, 2022
Copy link

github-actions bot commented Mar 2, 2024

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.

@github-actions github-actions bot locked as resolved and limited conversation to collaborators Mar 2, 2024
Sign up for free to subscribe to this conversation on GitHub. Already have an account? Sign in.
Labels
area/solver Related to the dependency resolver kind/bug Something isn't working as expected
Projects
None yet
Development

Successfully merging a pull request may close this issue.

3 participants