Unable to resolve simple case w/o a hint on version #2171
Labels
area/solver
Related to the dependency resolver
kind/bug
Something isn't working as expected
status/duplicate
Duplicate issues
-vvv
option).Issue
Startin with an empty project and setting python version to ^3.5 as in
Now add request for ipython, it won't be resolved, adding the hint ipython=^7 will be resolved:
The temporary solution is to add a hint on the version:
This time poetry correctly picks 7.9 that is the last release that supported Python3.5. It seems to me that is should have been able to get it even w/o any release constraint. I may not event know which is the last major that supported that python version.
The text was updated successfully, but these errors were encountered: