Replies: 1 comment
-
Although this is not described in Could the help page of |
Beta Was this translation helpful? Give feedback.
0 replies
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
-
If I do
poetry add django
, I get an error that says that the latest version of Django is incompatible with Python 3.9. This is fine. Now, I don't want to look for the latest compatible version of a package in PyPI because this takes a lot of time. I want poetry to do this automatically for me, i.e. it should install the latest compatible version of a package, even if not the latest.Is there a way to tell poetry not to fail if the latest version of a package is incompatible and instead try to install the latest compatible version?
Maybe this should even be the default behaviour, but I don't want to argue about this. Definitely, this feature should exist, though.
Beta Was this translation helpful? Give feedback.
All reactions