Fails to choose compatible version for version-less dependency #1589
Labels
area/solver
Related to the dependency resolver
kind/bug
Something isn't working as expected
status/duplicate
Duplicate issues
I am on the latest Poetry version.
I have searched the issues of this repo and believe that this is not a duplicate.
N/A If an exception occurs when executing a command, I executed it again in debug mode (
-vvv
option).OS version and name: ubuntu 16.04
Poetry version: 0.12.17
Link of a Gist with the contents of your pyproject.toml file: https://gist.github.com/colllin/a612f1ddbafbde91b1da2a9a213bf430
Issue
👋
pipenv
user tryingpoetry
for the first time. Please forgive me if I'm misunderstanding the usage of this tool. I expected to be able to (afterpoetry init
):... and that
poetry
would automatically resolve the correct version oftorchvision
which is compatible withtorch==1.2.*
. Instead, I get the following:Why is it selecting an incompatible version (
^0.4.2
) without accounting for existing dependencies?The text was updated successfully, but these errors were encountered: